Skip to content

Commit 7e11bcb

Browse files
chore(deps): update actions/create-github-app-token action to v1.9.3
1 parent e22e59a commit 7e11bcb

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@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1
25+
uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
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@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1
29+
uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
3030
with:
3131
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
3232
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}

0 commit comments

Comments
 (0)