From 8ebb8646ec11092c2c43a809c7355b9c226daf0f Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Mon, 23 Mar 2026 23:46:31 -0700 Subject: [PATCH] chore: pin GitHub Actions to full-length commit SHAs --- .github/workflows/warden.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/warden.yml b/.github/workflows/warden.yml index 455aaf4..23649eb 100644 --- a/.github/workflows/warden.yml +++ b/.github/workflows/warden.yml @@ -25,7 +25,7 @@ jobs: private-key: ${{ secrets.WARDEN_PRIVATE_KEY }} owner: ${{ github.repository_owner }} # access to all repos, cause this is triggered on org level - - uses: getsentry/warden@v0 + - uses: getsentry/warden@34257abaeda3b030eb45a0971060d509ce0fea51 # v0 id: warden continue-on-error: true # throw no error for now with: