From 53c2c75e21a2d10a0471f090ce3011edcef523f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:29:04 +0000 Subject: [PATCH] [deps]: Update actions/create-github-app-token digest to a8d6161 --- .github/workflows/build-android.yml | 2 +- .github/workflows/release-swift.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}