From 23cb9ce2bb583e6ab6da925e8c40b28a6664d07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:17:11 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to fee1f7d --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5b633dcfb6..7d1894f229 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Generate GitHub App Token id: github-app-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 with: app-id: ${{ secrets.CLOUDOPERATOR_APP_ID }} private-key: ${{ secrets.CLOUDOPERATOR_APP_PRIVATE_KEY }}