Skip to content

Commit 6d18f23

Browse files
build(deps): update actions/create-github-app-token action to v1.11.1 (#843)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent f400be1 commit 6d18f23

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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
23+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
24+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
27+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
24+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
2525
with:
2626
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
2727
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

0 commit comments

Comments
 (0)