Skip to content

Commit d987e25

Browse files
serious-scaffold[bot]huxuan
authored andcommitted
build(deps): update actions/create-github-app-token action to v2
1 parent 951ce13 commit d987e25

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: generate-token
2121
name: Generate a token with GitHub App if App ID exists
2222
if: vars.BOT_APP_ID
23-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
23+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2424
with:
2525
app-id: ${{ vars.BOT_APP_ID }}
2626
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- id: generate-token
2222
name: Generate a token with GitHub App if App ID exists
2323
if: vars.BOT_APP_ID
24-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
24+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2525
with:
2626
app-id: ${{ vars.BOT_APP_ID }}
2727
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/renovate.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- id: generate-token
2525
name: Generate a token with GitHub App if App ID exists
2626
if: vars.BOT_APP_ID
27-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
27+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2828
with:
2929
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
3030
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- id: generate-token
2222
name: Generate a token with GitHub App if App ID exists
2323
if: vars.BOT_APP_ID
24-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
24+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2525
with:
2626
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
2727
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

0 commit comments

Comments
 (0)