Skip to content

Commit 4ea36bd

Browse files
chore(deps): update actions/create-github-app-token digest to 21cfef2 (#147)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent 8460f8b commit 4ea36bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Generate a bot token with BOT_APP_ID
1919
id: bot_token
2020
if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
21-
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
21+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
2222
env:
2323
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
2424
with:

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Generate a token with GitHub App if App ID exists
2929
id: generate-token
3030
if: vars.BOT_APP_ID
31-
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
31+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
3232
with:
3333
app-id: ${{ vars.BOT_APP_ID }}
3434
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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate a bot token with BOT_APP_ID
2525
id: bot_token
2626
if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
27-
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
27+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
2828
env:
2929
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
3030
with:

0 commit comments

Comments
 (0)