Skip to content

Commit 5ea1aad

Browse files
[deps]: Update actions/create-github-app-token action to v2 (#1535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Katherine Bertelsen <[email protected]>
1 parent cb90827 commit 5ea1aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/crowdin-pull-bwa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase"
3030

3131
- name: Generate GH App token
32-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
32+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
3333
id: app-token
3434
with:
3535
app-id: ${{ secrets.BW_GHAPP_ID }}

.github/workflows/crowdin-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
secrets: "crowdin-api-token, github-gpg-private-key, github-gpg-private-key-passphrase"
3030

3131
- name: Generate GH App token
32-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
32+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
3333
id: app-token
3434
with:
3535
app-id: ${{ secrets.BW_GHAPP_ID }}

0 commit comments

Comments
 (0)