Skip to content

Commit 73e9851

Browse files
🔼 Update actions/create-github-app-token digest to 29824e6 (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bab33a commit 73e9851

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
steps:
210210
- name: App Token
211211
id: app_token
212-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
212+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
213213
with:
214214
app-id: ${{ secrets.GH_APP_ID }}
215215
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -294,7 +294,7 @@ jobs:
294294
steps:
295295
- name: App Token
296296
id: app_token
297-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
297+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
298298
with:
299299
app-id: ${{ secrets.GH_APP_ID }}
300300
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -463,7 +463,7 @@ jobs:
463463
steps:
464464
- name: App Token
465465
id: app_token
466-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
466+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
467467
with:
468468
app-id: ${{ secrets.GH_APP_ID }}
469469
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: App Token
1717
id: app_token
18-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
18+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
1919
with:
2020
app-id: ${{ secrets.GH_APP_ID }}
2121
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)