From 0b4fff6cdbc64c2e93eb32d8c274561430d50798 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:03:29 +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 9c8cf79599..f5c11c1c9b 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 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 a01d2d100f..b77bb52dee 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: fetch-depth: 0 ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}