Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 8340fbb

Browse files
chore(deps): update actions/create-github-app-token action to v1.10.3
1 parent 4e70962 commit 8340fbb

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
@@ -15,7 +15,7 @@ jobs:
1515
release-please:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
18+
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
1919
id: app-token
2020
with:
2121
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
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5252

53-
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
53+
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
5454
id: app-token
5555
with:
5656
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
@@ -16,7 +16,7 @@ jobs:
1616
semantic-pull-request:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
19+
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
2020
id: app-token
2121
with:
2222
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)