Skip to content

Commit 290a93e

Browse files
chore(deps): update actions/create-github-app-token action to v1.9.1 (#450)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 3baff9f commit 290a93e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- id: generate-token
2323
name: Generate a token with GitHub App if App ID exists
2424
if: vars.BOT_APP_ID
25-
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
25+
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1
2626
with:
2727
app-id: ${{ vars.BOT_APP_ID }}
2828
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/renovate.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- id: generate-token
2727
name: Generate a token with GitHub App if App ID exists
2828
if: vars.BOT_APP_ID
29-
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
29+
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1
3030
with:
3131
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
3232
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

0 commit comments

Comments
 (0)