Skip to content

Commit f439ba0

Browse files
committed
ci: add/update workflow for autosquash on PRs
1 parent 265a126 commit f439ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-autosquash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
26+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2727
id: app-token
2828
with:
2929
app-id: ${{ secrets.WE_HELPER_GITHUB_APP_ID }}
3030
private-key: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
3131

3232
- name: Checkout the repository and persist credentials
33-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
33+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434
with:
3535
token: ${{ steps.app-token.outputs.token || github.token }}
3636
fetch-depth: 0 # otherwise rebase will fail if PR is not based on the latest commit

0 commit comments

Comments
 (0)