Skip to content

Commit 6f1439f

Browse files
ci(github-action): Update actions/create-github-app-token ( v2.2.2 → v3.0.0 ) (#239)
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.2.2 | v3.0.0 | Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
1 parent 818c07b commit 6f1439f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
2121

2222
- name: Generate Token
23-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
23+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2424
id: app-token
2525
with:
2626
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232

3333
- name: Generate Token
34-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
34+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3535
id: app-token
3636
with:
3737
app-id: '${{ secrets.BOT_APP_ID }}'

.github/workflows/tag.yaml

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

0 commit comments

Comments
 (0)