diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7dd3f22..aaaa785 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,7 +62,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node` diff --git a/.github/workflows/release-debug.yml b/.github/workflows/release-debug.yml index 8f8871e..c930e32 100644 --- a/.github/workflows/release-debug.yml +++ b/.github/workflows/release-debug.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Get image tag id: get_image_tag diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index b5fbc3c..5f9ba35 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -29,7 +29,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get image tag (from Dockerfile ARG VERSION) id: get_image_tag diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 71bc433..02724b1 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false