Skip to content

Commit 0c30086

Browse files
committed
chore(deps): update actions/create-github-app-token action to v1.11.0
1 parent 6a77da0 commit 0c30086

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# https://github.com/marketplace/actions/create-github-app-token
1616
- name: Create GitHub App Token
17-
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
17+
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# https://github.com/marketplace/actions/create-github-app-token
3737
- name: Create GitHub App Token
38-
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
38+
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
3939
id: app-token
4040
with:
4141
app-id: ${{ vars.BOT_APP_ID }}
@@ -234,7 +234,7 @@ jobs:
234234

235235
# https://github.com/marketplace/actions/create-github-app-token
236236
- name: Create GitHub App Token
237-
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
237+
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
238238
id: app-token
239239
with:
240240
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/wc-deploy-cloudflare-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# https://github.com/marketplace/actions/create-github-app-token
5050
- name: Create GitHub App Token
51-
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
51+
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
5252
id: app-token
5353
with:
5454
app-id: ${{ inputs.gh-app-id }}

0 commit comments

Comments
 (0)