From 4bf4a6b315e6b693b188b5729e1281d35ff4cfac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 17:36:02 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to 1b10c78 --- .github/actions/github-app-auth/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/github-app-auth/action.yml b/.github/actions/github-app-auth/action.yml index 52a5485..4a88690 100644 --- a/.github/actions/github-app-auth/action.yml +++ b/.github/actions/github-app-auth/action.yml @@ -41,7 +41,7 @@ runs: steps: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ inputs.app-id }} private-key: ${{ inputs.private-key }}