diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 8ba20d56..1c98afc0 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -452,7 +452,7 @@ jobs: - name: Log in to Container Registry # Only login when we're going to push (main branch or manual trigger) if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -727,7 +727,7 @@ jobs: output-format: "sarif" - name: Upload Grype results to GitHub Security - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 if: always() with: sarif_file: ${{ steps.grype-scan.outputs.sarif }} diff --git a/.github/workflows/build-skills.yml b/.github/workflows/build-skills.yml index ae8eb243..dddeed0e 100644 --- a/.github/workflows/build-skills.yml +++ b/.github/workflows/build-skills.yml @@ -382,7 +382,7 @@ jobs: - name: Log in to Container Registry if: github.event_name != 'pull_request' - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/periodic-security-scan.yml b/.github/workflows/periodic-security-scan.yml index 597527b2..62d20ccc 100644 --- a/.github/workflows/periodic-security-scan.yml +++ b/.github/workflows/periodic-security-scan.yml @@ -81,7 +81,7 @@ jobs: echo "image_ref=${image_name}:${version}" >> $GITHUB_OUTPUT - name: Log in to Container Registry - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -96,7 +96,7 @@ jobs: output-format: "sarif" - name: Upload SARIF to GitHub Security - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 if: always() with: sarif_file: ${{ steps.grype-scan.outputs.sarif }}