diff --git a/.github/workflows/build_and_publish_devcontainer.yml b/.github/workflows/build_and_publish_devcontainer.yml index 9c8cf79599..5be6956fb4 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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 a01d2d100f..bb581fe1db 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}