ci: update vouch to 1.4.1

This commit is contained in:
Mitchell Hashimoto
2026-02-23 19:49:18 -08:00
parent d3bac33d2b
commit c3a900d1f4
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
app-id: ${{ secrets.VOUCH_APP_ID }}
private-key: ${{ secrets.VOUCH_APP_PRIVATE_KEY }}
- uses: mitchellh/vouch/action/check-issue@daa39f90448eb4054ad334d7f53959a7efb5005b # v1.4.0
- uses: mitchellh/vouch/action/check-issue@0a63681ac1791b66359e8ccf29eabdd40bdf18e0 # v1.4.1
with:
issue-number: ${{ github.event.issue.number }}
auto-close: true

View File

@@ -14,7 +14,7 @@ jobs:
app-id: ${{ secrets.VOUCH_APP_ID }}
private-key: ${{ secrets.VOUCH_APP_PRIVATE_KEY }}
- uses: mitchellh/vouch/action/check-pr@daa39f90448eb4054ad334d7f53959a7efb5005b # v1.4.0
- uses: mitchellh/vouch/action/check-pr@0a63681ac1791b66359e8ccf29eabdd40bdf18e0 # v1.4.1
with:
pr-number: ${{ github.event.pull_request.number }}
auto-close: true

View File

@@ -22,7 +22,7 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
- uses: mitchellh/vouch/action/manage-by-discussion@daa39f90448eb4054ad334d7f53959a7efb5005b # v1.4.0
- uses: mitchellh/vouch/action/manage-by-discussion@0a63681ac1791b66359e8ccf29eabdd40bdf18e0 # v1.4.1
with:
discussion-number: ${{ github.event.discussion.number }}
comment-node-id: ${{ github.event.comment.node_id }}

View File

@@ -22,7 +22,7 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
- uses: mitchellh/vouch/action/manage-by-issue@daa39f90448eb4054ad334d7f53959a7efb5005b # v1.4.0
- uses: mitchellh/vouch/action/manage-by-issue@0a63681ac1791b66359e8ccf29eabdd40bdf18e0 # v1.4.1
with:
repo: ${{ github.repository }}
issue-id: ${{ github.event.issue.number }}

View File

@@ -23,7 +23,7 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
- uses: mitchellh/vouch/action/sync-codeowners@daa39f90448eb4054ad334d7f53959a7efb5005b # v1.4.0
- uses: mitchellh/vouch/action/sync-codeowners@0a63681ac1791b66359e8ccf29eabdd40bdf18e0 # v1.4.1
with:
repo: ${{ github.repository }}
pull-request: "true"