Skip to content

Commit c6a3f2d

Browse files
chore: Update validate-pr action to latest version (#1120)
Updates the pinned SHA to pick up the bot allowlist fix, which prevents trusted bots (dependabot, renovate, etc.) from being closed by the PR validation workflow. #skip-changelog Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 83c952a commit c6a3f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
pull-requests: write
1212
steps:
13-
- uses: getsentry/github-workflows/validate-pr@4243265ac9cc3ee5b89ad2b30c3797ac8483d63a
13+
- uses: getsentry/github-workflows/validate-pr@4ff40ada546d4a31b852a4279828b989a6193497
1414
with:
1515
app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
1616
private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)