Skip to content

Commit 7052957

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ jobs:
500500
uses: bitwarden/gh-actions/azure-logout@main
501501

502502
- name: Generate GH App token
503-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
503+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
504504
id: app-token
505505
with:
506506
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
@@ -549,7 +549,7 @@ jobs:
549549
uses: bitwarden/gh-actions/azure-logout@main
550550

551551
- name: Generate GH App token
552-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
552+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
553553
id: app-token
554554
with:
555555
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/repository-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
version: ${{ inputs.version_number_override }}
8484

8585
- name: Generate GH App token
86-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
86+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
8787
id: app-token
8888
with:
8989
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
@@ -207,7 +207,7 @@ jobs:
207207
uses: bitwarden/gh-actions/azure-logout@main
208208

209209
- name: Generate GH App token
210-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
210+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
211211
id: app-token
212212
with:
213213
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

0 commit comments

Comments
 (0)