diff --git a/.github/workflows/build_and_publish_devcontainer.yml b/.github/workflows/build_and_publish_devcontainer.yml index d5c93f2752..1816164d3b 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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 114ef3d94e..7508064cfb 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}