Skip to content

Commit c95a954

Browse files
authored
chore: pin mitchellh/vouch actions to SHA (#377)
Signed-off-by: John Myers <[email protected]> Co-authored-by: John Myers <[email protected]>
1 parent a4e2c91 commit c95a954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vouch-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository_owner == 'NVIDIA'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: mitchellh/vouch/action/check-pr@v1
16+
- uses: mitchellh/vouch/action/check-pr@f44860978966ace98fb11aaaa20f2b27d7543e13 # v1
1717
with:
1818
pr-number: ${{ github.event.pull_request.number }}
1919
auto-close: true

.github/workflows/vouch-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- uses: mitchellh/vouch/action/manage-by-discussion@v1
22+
- uses: mitchellh/vouch/action/manage-by-discussion@f44860978966ace98fb11aaaa20f2b27d7543e13 # v1
2323
with:
2424
discussion-number: ${{ github.event.discussion.number }}
2525
comment-node-id: ${{ github.event.comment.node_id }}

0 commit comments

Comments
 (0)