diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9bf6d5e..46e0335 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,9 +22,9 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: languages: actions - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 diff --git a/.github/workflows/reusable-attest.yml b/.github/workflows/reusable-attest.yml index d90176a..b625286 100644 --- a/.github/workflows/reusable-attest.yml +++ b/.github/workflows/reusable-attest.yml @@ -91,7 +91,7 @@ jobs: - name: Attest release archives if: ${{ steps.find-archives.outputs.found == 'true' }} id: attest - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-path: ${{ steps.find-archives.outputs.files }} @@ -140,7 +140,7 @@ jobs: echo "subject-digest=${IMAGE##*@}" >> "$GITHUB_OUTPUT" - name: Attest Helm chart - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-name: ${{ steps.parse.outputs.subject-name }} subject-digest: ${{ steps.parse.outputs.subject-digest }} @@ -156,7 +156,7 @@ jobs: image: ${{ fromJSON(inputs.containerImages) }} steps: - name: Attest container image - ${{ matrix.image.name }} - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-name: ${{ matrix.image.name }} subject-digest: ${{ matrix.image.digest }} @@ -174,7 +174,7 @@ jobs: - name: Attest SBOM - ${{ matrix.image.sbom }} if: ${{ inputs.sbomsArtifact != '' && matrix.image.sbom != '' }} - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-name: ${{ matrix.image.name }} subject-digest: ${{ matrix.image.digest }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index fe58d5a..55feafa 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -58,6 +58,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: sarif_file: results.sarif