Skip to content

Commit c232fba

Browse files
committed
ci: add/update workflow for autosquash on PRs [skip ci]
1 parent cb117db commit c232fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-autosquash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
WE_HELPER_GITHUB_PRIVATE_KEY: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
2525
if: env.WE_HELPER_GITHUB_PRIVATE_KEY # only if we have the required secret
26-
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
26+
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
2727
id: app-token
2828
with:
2929
app-id: ${{ secrets.WE_HELPER_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)