Skip to content

Commit fbf618d

Browse files
chore(deps): update actions/create-github-app-token action to v1.11.6
1 parent e8fd623 commit fbf618d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release-please:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
18+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
1919
id: app-token
2020
with:
2121
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}

.github/workflows/renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout
5353
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454

55-
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
55+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
5656
id: app-token
5757
with:
5858
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}

.github/workflows/semantic-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
semantic-pull-request:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
19+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
2020
id: app-token
2121
with:
2222
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)