From 84b5dfc14322204791c78e042b8c211137918b94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:58:23 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to 34e1148 --- .github/workflows/build-container-reuse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container-reuse.yaml b/.github/workflows/build-container-reuse.yaml index 70b5f967b..288b60bb6 100644 --- a/.github/workflows/build-container-reuse.yaml +++ b/.github/workflows/build-container-reuse.yaml @@ -79,7 +79,7 @@ jobs: # that are arch specific so populate them at the index as well. DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Run prebuild script if: ${{ inputs.prebuild_script != '' }} run: "${{ inputs.prebuild_script }}"