From cf929e0426d872fdfe590721392b53d38865b43c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:34:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 3d3c42e --- .github/workflows/rolling-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling-update.yml b/.github/workflows/rolling-update.yml index ea5f21f30..9fca50e4c 100644 --- a/.github/workflows/rolling-update.yml +++ b/.github/workflows/rolling-update.yml @@ -116,7 +116,7 @@ jobs: echo "trusted workflow sha: $RUN_SHA" - name: Checkout trusted deploy script - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: ref: ${{ steps.trusted-ref.outputs.checkout_ref }} persist-credentials: false