diff options
Diffstat (limited to '.github/workflows/container.yml')
| -rw-r--r-- | .github/workflows/container.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index fd39892d4..baef326d9 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -65,7 +65,7 @@ jobs: uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: "${{ github.event.workflow_run.head_sha || github.sha }}" persist-credentials: "false" @@ -120,7 +120,7 @@ jobs: uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: "${{ github.event.workflow_run.head_sha || github.sha }}" persist-credentials: "false" @@ -158,7 +158,7 @@ jobs: password: "${{ secrets.GITHUB_TOKEN }}" - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: "${{ github.event.workflow_run.head_sha || github.sha }}" persist-credentials: "false" |
