diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 712a6591f..687dc7777 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -159,7 +159,7 @@ jobs: uses: bitwarden/gh-actions/azure-logout@main - name: Generate GH App token - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.1 + uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 id: app-token with: app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} diff --git a/.github/workflows/release-swift.yml b/.github/workflows/release-swift.yml index 04910a1fe..3e895030a 100644 --- a/.github/workflows/release-swift.yml +++ b/.github/workflows/release-swift.yml @@ -119,7 +119,7 @@ jobs: uses: bitwarden/gh-actions/azure-logout@main - name: Generate GH App token - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.1 + uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 id: app-token-sdk-swift with: app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} @@ -226,7 +226,7 @@ jobs: "BitwardenFFI-$_PKG_VERSION-$_SDK_INTERNAL_SHORT_REF.xcframework.zip" - name: Generate GH App token - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.1 + uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 id: app-token-ios with: app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}