Skip to content

Commit c90324e

Browse files
committed
chore: pin action versions
1 parent bde1fb1 commit c90324e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebase-feature-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
# This step exchanges your app credentials for a temporary token
2121
- name: Generate GitHub App Token
2222
id: app_token
23-
uses: actions/create-github-app-token@v1
23+
uses: actions/create-github-app-token@v2.2.0
2424
with:
2525
app-id: ${{ secrets.REBASE_APP_ID }}
2626
private-key: ${{ secrets.REBASE_APP_PRIVATE_KEY }}
2727

2828
# Use the generated token for git operations
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6.0.1
3030
with:
3131
fetch-depth: 0
3232
token: ${{ steps.app_token.outputs.token }}

0 commit comments

Comments
 (0)