Skip to content

Commit c3e5f9f

Browse files
serious-scaffold[bot]huxuan
authored andcommitted
build(deps): update actions/create-github-app-token action to v1.10.3
1 parent 29ca349 commit c3e5f9f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- id: generate-token
9191
name: Generate a token with GitHub App if App ID exists
9292
if: vars.BOT_APP_ID
93-
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
93+
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
9494
with:
9595
app-id: ${{ vars.BOT_APP_ID }}
9696
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.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@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
23+
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
2424
with:
2525
app-id: ${{ vars.BOT_APP_ID }}
2626
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- id: generate-token
122122
name: Generate a token with GitHub App if App ID exists
123123
if: vars.BOT_APP_ID
124-
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
124+
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
125125
with:
126126
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
127127
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@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
27+
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
2828
with:
2929
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
3030
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

0 commit comments

Comments
 (0)