From 7eea88cbffc083379537a3fa14fff9670127b9a1 Mon Sep 17 00:00:00 2001 From: "semgrep-zcs-prod-semgrep[bot]" <158082902+semgrep-zcs-prod-semgrep[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:07:39 +0000 Subject: [PATCH] Pin GitHub Actions to commit SHAs --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c600bf08..bf00dda4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: GITHUB_APP_ID=helper-bot:app-id GITHUB_APP_PRIVATE_KEY=helper-bot:private-key - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ env.GITHUB_APP_ID }} @@ -89,7 +89,7 @@ jobs: GITHUB_APP_ID=helper-bot:app-id GITHUB_APP_PRIVATE_KEY=helper-bot:private-key - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ env.GITHUB_APP_ID }}