Skip to content

Commit 7201630

Browse files
build(deps): update actions/create-github-app-token action to v1.11.6 (#929)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 8f16a63 commit 7201630

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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
23+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
24+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
27+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
24+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
2525
with:
2626
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
2727
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

0 commit comments

Comments
 (0)