Skip to content

Commit 9fd62d3

Browse files
build(deps): update actions/create-github-app-token action to v1.10.2 (#619)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent c74bdd7 commit 9fd62d3

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
@@ -89,7 +89,7 @@ jobs:
8989
- id: generate-token
9090
name: Generate a token with GitHub App if App ID exists
9191
if: vars.BOT_APP_ID
92-
uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
92+
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
9393
with:
9494
app-id: ${{ vars.BOT_APP_ID }}
9595
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
23+
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
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
@@ -120,7 +120,7 @@ jobs:
120120
- id: generate-token
121121
name: Generate a token with GitHub App if App ID exists
122122
if: vars.BOT_APP_ID
123-
uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
123+
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
124124
with:
125125
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
126126
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
27+
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
2828
with:
2929
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
3030
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

0 commit comments

Comments
 (0)