Skip to content

Commit

Permalink
[ci] update actions rev
Browse files Browse the repository at this point in the history
No changes to these actions so this is a no-op.
  • Loading branch information
sunshowers authored and bors-libra committed Apr 19, 2021
1 parent e2facbd commit 928ebf7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/dep-summaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: fetch base ref
id: fetch-base-ref
uses: diem/actions/pr-base-ref@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/pr-base-ref@a5fa31ff2b54a544cd88ac912cda469742592e6c
if: ${{ startsWith(github.event_name, 'pull_request') }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# steps:
# - name: require dep-audit review if TCB deps changed
# if: ${{ needs.calc-summaries.outputs.lsr-summary-diff || needs.calc-summaries.lec-summary-diff }}
# uses: diem/actions/require-review@26629aba5897746c40697c786d71635767f87cda
# uses: diem/actions/require-review@a5fa31ff2b54a544cd88ac912cda469742592e6c
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# users: ${{ needs.calc-summaries.outputs.dep-auditors-list }}
Expand All @@ -120,7 +120,7 @@ jobs:
steps:
- name: annotate PR with LSR diff
if: ${{ needs.calc-summaries.outputs.lsr-summary-diff }}
uses: diem/actions/comment@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/comment@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
comment: |
**LSR dependency change summary**:
Expand All @@ -131,7 +131,7 @@ jobs:
delete-older: true
- name: annotate PR with LEC diff
if: ${{ needs.calc-summaries.outputs.lec-summary-diff }}
uses: diem/actions/comment@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/comment@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
comment: |
**LEC dependency change summary**:
Expand All @@ -142,7 +142,7 @@ jobs:
delete-older: true
- name: annotate PR with release diff
if: ${{ needs.calc-summaries.outputs.release-summary-diff }}
uses: diem/actions/comment@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/comment@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
comment: |
**release binaries dependency change summary**:
Expand All @@ -153,26 +153,26 @@ jobs:
delete-older: true
- name: label PR if TCB changed
if: ${{ needs.calc-summaries.outputs.lsr-summary-diff || needs.calc-summaries.outputs.lec-summary-diff }}
uses: diem/actions/labels@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/labels@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
add: tcb-deps-changed
- name: label PR if tracked deps changed
if: ${{ needs.calc-summaries.outputs.lsr-summary-diff || needs.calc-summaries.outputs.lec-summary-diff || needs.calc-summaries.outputs.release-summary-diff }}
uses: diem/actions/labels@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/labels@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
add: deps-changed
- name: unlabel PR if TCB changed
if: ${{ !needs.calc-summaries.outputs.lsr-summary-diff && !needs.calc-summaries.outputs.lec-summary-diff }}
uses: diem/actions/labels@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/labels@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
remove: tcb-deps-changed
- name: unlabel PR if tracked deps changed
if: ${{ !needs.calc-summaries.outputs.lsr-summary-diff && !needs.calc-summaries.outputs.lec-summary-diff && !needs.calc-summaries.outputs.release-summary-diff }}
uses: diem/actions/labels@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/labels@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
remove: deps-changed
- name: request dep-audit review if TCB deps changed
uses: diem/actions/request-review@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/request-review@a5fa31ff2b54a544cd88ac912cda469742592e6c
if: ${{ needs.calc-summaries.outputs.lsr-summary-diff || needs.calc-summaries.outputs.lec-summary-diff }}
with:
users: ${{ needs.calc-summaries.outputs.dep-auditors-list }}
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: comment
uses: diem/actions/hyperjump-comment@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/hyperjump-comment@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
github-token: ${{ secrets.HYPERJUMP_TOKEN }}
number: ${{ github.event.client_payload.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: labels
uses: diem/actions/hyperjump-labels@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/hyperjump-labels@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
github-token: ${{ secrets.HYPERJUMP_TOKEN }}
number: ${{ github.event.client_payload.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: request review
uses: diem/actions/hyperjump-request-review@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/hyperjump-request-review@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
github-token: ${{ secrets.HYPERJUMP_TOKEN }}
number: ${{ github.event.client_payload.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsonrpc-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: comment
uses: diem/actions/comment@26629aba5897746c40697c786d71635767f87cda
uses: diem/actions/comment@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
comment: |
**This PR may have modified JSON-RPC server code.**
Expand Down

0 comments on commit 928ebf7

Please sign in to comment.