From 0ed4f9808735045e50d3affbb58c585c9a78e876 Mon Sep 17 00:00:00 2001 From: cornmander Date: Tue, 21 Oct 2025 13:45:03 -0400 Subject: [PATCH] Pin auth action in eval workflow (#11584) --- .github/workflows/eval.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 0b5647daca..d5616a3419 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -33,7 +33,7 @@ jobs: steps: - name: 'Authenticate to Google Cloud' id: 'auth' - uses: 'google-github-actions/auth@v2' # ratchet:exclude + uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed' # ratchet:exclude pin@v2.1.7 with: project_id: '${{ vars.GOOGLE_CLOUD_PROJECT }}' workload_identity_provider: '${{ vars.GCP_WIF_PROVIDER }}'