Skip to content

Commit 846c5cb

Browse files
[deps]: Update actions/create-github-app-token action to v3
1 parent dcc685d commit 846c5cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_move_edd_db_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: bitwarden/gh-actions/azure-logout@main
7474

7575
- name: Generate GH App token
76-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
76+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
7777
id: app-token
7878
with:
7979
app-id: ${{ steps.retrieve-secret.outputs.BW-GHAPP-ID }}

.github/workflows/cleanup-rc-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: bitwarden/gh-actions/azure-logout@main
3232

3333
- name: Generate GH App token
34-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
34+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3535
id: app-token
3636
with:
3737
app-id: ${{ steps.retrieve-secret.outputs.BW-GHAPP-ID }}

0 commit comments

Comments
 (0)