Skip to content

Commit 08b2930

Browse files
meteorcloudyaiuto
authored andcommitted
Update GitHub Actions for BCR Reviewer (bazelbuild#1693)
To get fix from bazelbuild/continuous-integration#1929
1 parent f565663 commit 08b2930

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dismiss_approvals.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
egress-policy: audit
1616

1717
- name: Run BCR PR Reviewer
18-
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@4b83ef1d08decb055ac7a6f864c3759fa22984a4 # master
18+
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@9fddc08b79867b8eea406c2d75898d4e98b20388 # master
1919
with:
2020
# This token needs to be updated annually on Feb 05.
2121
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}

.github/workflows/notify_maintainers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
egress-policy: audit
1717

1818
- name: Run BCR PR Reviewer
19-
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@4b83ef1d08decb055ac7a6f864c3759fa22984a4 # master
19+
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@9fddc08b79867b8eea406c2d75898d4e98b20388 # master
2020
with:
2121
# This token needs to be updated annually on Feb 05.
2222
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}

.github/workflows/review_prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Run BCR PR Reviewer
1818
if: github.repository_owner == 'bazelbuild'
19-
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@4b83ef1d08decb055ac7a6f864c3759fa22984a4 # master
19+
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@9fddc08b79867b8eea406c2d75898d4e98b20388 # master
2020
with:
2121
# This token needs to be updated annually on Feb 05.
2222
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}

0 commit comments

Comments
 (0)