We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4900fcb commit 36281e4Copy full SHA for 36281e4
2 files changed
.github/workflows/vouch-check-pr.yml
@@ -13,7 +13,7 @@ jobs:
13
check-pr:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: mitchellh/vouch/action/check-pr@v1.4.2
+ - uses: mitchellh/vouch/action/check-pr@c6d80ead49839655b61b422700b7a3bc9d0804a9 # v1.4.2
17
with:
18
pr-number: ${{ github.event.pull_request.number }}
19
auto-close: true
.github/workflows/vouch-manage-by-issue.yml
@@ -16,7 +16,7 @@ jobs:
contains(github.event.comment.body, 'denounce') ||
contains(github.event.comment.body, 'unvouch')
- - uses: mitchellh/vouch/action/manage-by-issue@v1.4.2
+ - uses: mitchellh/vouch/action/manage-by-issue@c6d80ead49839655b61b422700b7a3bc9d0804a9 # v1.4.2
20
21
comment-id: ${{ github.event.comment.id }}
22
issue-id: ${{ github.event.issue.number }}
0 commit comments