Skip to content

Commit 86b4922

Browse files
chore(deps): update actions/create-github-app-token action to v2.1.1
1 parent 0866479 commit 86b4922

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: Generate GitHub App token
23-
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
23+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2424
id: app-token
2525
with:
2626
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
group: ${{ github.workflow }}-${{ github.ref }}
5656
permissions: write-all
5757
steps:
58-
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
58+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5959
id: app-token
6060
with:
6161
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Generate GitHub App token
23-
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
23+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2424
id: app-token
2525
with:
2626
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)