Skip to content

Commit 3d032fa

Browse files
[deps]: Update actions/create-github-app-token digest to a8d6161
1 parent 72f4866 commit 3d032fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-android.yml

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

161161
- name: Generate GH App token
162-
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.1
162+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
163163
id: app-token
164164
with:
165165
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/release-swift.yml

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

121121
- name: Generate GH App token
122-
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.1
122+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
123123
id: app-token-sdk-swift
124124
with:
125125
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
@@ -227,7 +227,7 @@ jobs:
227227
"BitwardenFFI-$_PKG_VERSION-$_SDK_INTERNAL_SHORT_REF.xcframework.zip"
228228
229229
- name: Generate GH App token
230-
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.1
230+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
231231
id: app-token-ios
232232
with:
233233
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

0 commit comments

Comments
 (0)