diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ea52db..199940f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,14 +93,14 @@ jobs: - name: Checkout code id: checkout-code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 if: env.GHA_GIT_REF == '' with: submodules: recursive - name: Checkout code with reference id: checkout-code-ref - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 if: env.GHA_GIT_REF != '' with: submodules: recursive diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb1222..381d2fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: env: HADOLINT_RESULTS: "" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 id: hadolint continue-on-error: true @@ -59,7 +59,7 @@ jobs: needs: test-lint-ok runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: build_artifact @@ -80,7 +80,7 @@ jobs: needs: test-lint-ok runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: build_artifact_additional diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9a2fc4a..c92700c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: GHA_DOCKER_LINT_DOCKERFILE: ${{ inputs.dockerfile }} GHA_DOCKER_LINT_IGNORE: ${{ inputs.ignore }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: submodules: recursive - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1d2df82..d346357 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -146,14 +146,14 @@ jobs: - name: Checkout code id: checkout-code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 if: env.GHA_DOCKER_PUSH_GIT_REF== '' with: submodules: recursive - name: Checkout code with reference id: checkout-code-ref - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 if: env.GHA_DOCKER_PUSH_GIT_REF!= '' with: submodules: recursive