Skip to content

Commit 0274430

Browse files
fix: Apply suggestions from code review
Co-authored-by: sentry-warden[bot] <258096371+sentry-warden[bot]@users.noreply.github.com>
1 parent b346471 commit 0274430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enforce-draft-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Generate GitHub App token
1414
id: app-token
15-
uses: actions/create-github-app-token@v2
15+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
1616
with:
1717
app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
1818
private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)