Skip to content

Commit 1687ee1

Browse files
chore(deps): update actions/create-github-app-token digest to 7bd0371
1 parent 5d33dae commit 1687ee1

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@f8d387b68d61c58ab83c6c016672934102569859 # v3
12+
- uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3
1313
id: app-token
1414
with:
1515
app-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@f8d387b68d61c58ab83c6c016672934102569859 # v3
12+
- uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3
1313
id: app-token
1414
with:
1515
app-id: ${{ vars.APP_ID }}

.github/workflows/push.yaml

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

0 commit comments

Comments
 (0)