Skip to content

Commit fad69c0

Browse files
committed
ci: add/update workflow for autosquash on PRs
1 parent c0e9724 commit fad69c0

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@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
26+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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)