Skip to content

Commit c89ac2c

Browse files
authored
Merge pull request #1075 from faergeek/renovate/actions-create-github-app-token-digest
chore(deps): update actions/create-github-app-token digest to 1b10c78
2 parents 169e8ed + 98ae71f commit c89ac2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
create-release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3
12+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1313
id: app-token
1414
with:
1515
client-id: ${{ vars.APP_ID }}

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update-changelog:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3
12+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1313
id: app-token
1414
with:
1515
client-id: ${{ vars.APP_ID }}

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: checks
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3
28+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2929
id: app-token
3030
with:
3131
client-id: ${{ vars.APP_ID }}

0 commit comments

Comments
 (0)