From 59874f5da14cfa019a054fafcbb67d9f2efbda87 Mon Sep 17 00:00:00 2001 From: augbastos <67170506+augbastos@users.noreply.github.com> Date: Sat, 15 Aug 2026 07:03:06 +0000 Subject: [PATCH] Pin actions/download-artifact to exact commit sha Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- .github/workflows/scpe-seal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scpe-seal.yml b/.github/workflows/scpe-seal.yml index f277b67..fc245dd 100644 --- a/.github/workflows/scpe-seal.yml +++ b/.github/workflows/scpe-seal.yml @@ -35,7 +35,7 @@ jobs: actions: read steps: - name: Download the verify job's results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: scpe-results run-id: ${{ github.event.workflow_run.id }}