Skip to content

Commit 291a43c

Browse files
[deps]: Update actions/create-github-app-token action to v2
1 parent 832c278 commit 291a43c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bwwl_operations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Generate GH App token
104104
if: ${{ steps.new-changes.outputs.new_changes == 'TRUE' }}
105-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
105+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
106106
id: app-token
107107
with:
108108
app-id: ${{ secrets.BW_GHAPP_ID }}

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
commit_hash: ${{ steps.version-commit.outputs.commit_hash }}
2626
steps:
2727
- name: Generate GH App token
28-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
28+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2929
id: app-token
3030
with:
3131
app-id: ${{ secrets.BW_GHAPP_ID }}

0 commit comments

Comments
 (0)