diff --git a/.github/workflows/build_and_publish_devcontainer.yml b/.github/workflows/build_and_publish_devcontainer.yml index 60ff6d551a..4eba7b6a74 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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 b83daa6748..775b932d36 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}