Skip to content

Commit 1b8791a

Browse files
ci(github-action)!: Update action actions/create-github-app-token ( v2.2.2 ➔ v3.0.0 ) (#594)
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.2.2 | v3.0.0 | Co-authored-by: mortyops[bot] <224312435+mortyops[bot]@users.noreply.github.com>
1 parent 5529a52 commit 1b8791a

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-talosctl-busybox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
packages: write
3636
steps:
3737
- name: Generate Token
38-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
38+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3939
id: app-token
4040
with:
4141
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/flux-local.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 15
4040
steps:
4141
- name: Generate Token
42-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
42+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4343
id: app-token
4444
with:
4545
app-id: ${{ secrets.BOT_APP_ID }}
@@ -81,7 +81,7 @@ jobs:
8181
fail-fast: false
8282
steps:
8383
- name: Generate Token
84-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
84+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
8585
id: app-token
8686
with:
8787
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/image-pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pull: ${{ steps.extract.outputs.pull }}
4949
steps:
5050
- name: Generate Token
51-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
51+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5252
id: app-token
5353
with:
5454
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pull-requests: write
2424
steps:
2525
- name: Generate Token
26-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
26+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2727
id: app-token
2828
with:
2929
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
packages: read
4848
steps:
4949
- name: Generate Token
50-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
50+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5151
id: app-token
5252
with:
5353
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
steps:
2525
- name: Generate Token
26-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
26+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2727
id: app-token
2828
with:
2929
app-id: ${{ secrets.BOT_APP_ID }}

0 commit comments

Comments
 (0)