Skip to content

Commit 6370f3b

Browse files
⏫(ci)!: actions/create-github-app-token action
1 parent 1aeca07 commit 6370f3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/flux-failure-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
(startsWith(github.event.action, 'Kustomization/') || startsWith(github.event.action, 'HelmRelease/'))
1515
steps:
1616
- name: Generate Token
17-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
17+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
1818
id: app-token
1919
with:
2020
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/meta-flux-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ["ghar-set-zoo"]
3333
steps:
3434
- name: Generate Token
35-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
35+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
3636
id: app-token
3737
with:
3838
app-id: "${{ secrets.BOT_APP_ID }}"
@@ -72,7 +72,7 @@ jobs:
7272
fail-fast: false
7373
steps:
7474
- name: Generate Token
75-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
75+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
7676
id: app-token
7777
with:
7878
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/schedule-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ["ghar-set-zoo"]
1313
steps:
1414
- name: Generate Token
15-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
15+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1616
id: app-token
1717
with:
1818
app-id: "${{ secrets.BOT_APP_ID }}"

0 commit comments

Comments
 (0)