From 5a324306c3a3eeef695b79c4190301e3f111fd26 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:31:25 +0000 Subject: [PATCH] chore(fallback): update actions/checkout --- .github/workflows/build_and_publish_devcontainer.yml | 2 +- .github/workflows/packer-qemu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish_devcontainer.yml b/.github/workflows/build_and_publish_devcontainer.yml index 61a304b639..9948f93a7d 100644 --- a/.github/workflows/build_and_publish_devcontainer.yml +++ b/.github/workflows/build_and_publish_devcontainer.yml @@ -18,7 +18,7 @@ jobs: echo "github.ref: ${{ github.ref }}" echo "event_name: ${{ github.event_name }}" - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }} diff --git a/.github/workflows/packer-qemu.yml b/.github/workflows/packer-qemu.yml index bb581fe1db..bfff101c05 100644 --- a/.github/workflows/packer-qemu.yml +++ b/.github/workflows/packer-qemu.yml @@ -31,7 +31,7 @@ jobs: echo "github.ref: ${{ github.ref }}" echo "event_name: ${{ github.event_name }}" - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}