Skip to content

Commit 484c8fe

Browse files
chore(deps): update actions/create-github-app-token action to v1.11.1 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f24c83a commit 484c8fe

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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
17+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
38+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
237+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
51+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
5252
id: app-token
5353
with:
5454
app-id: ${{ inputs.gh-app-id }}

0 commit comments

Comments
 (0)