From ce7b1cdd4f7e527d7d70946fb950eed1a7c46720 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:58:12 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3.2.0 --- .github/workflows/security-alerts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-alerts.yml b/.github/workflows/security-alerts.yml index b55fb0b..f4819b2 100644 --- a/.github/workflows/security-alerts.yml +++ b/.github/workflows/security-alerts.yml @@ -73,7 +73,7 @@ jobs: - name: Generate security alerts token if: steps.check-app.outputs.available == 'true' id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.SECURITY_APP_ID }} # zizmor: ignore[secrets-outside-env] private-key: ${{ secrets.SECURITY_APP_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]