diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index eb20160c9..028b979a3 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -282,7 +282,7 @@ jobs: - name: Generate SBOM id: sbom_primary continue-on-error: true - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 + uses: anchore/sbom-action@aa80c8c5bd439a416a62804f2151ab38c671a638 # v0.24.1 with: image: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.resolve_digest.outputs.digest }} format: spdx-json @@ -600,7 +600,7 @@ jobs: name: sbom-nightly - name: Scan with Grype - uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0 + uses: anchore/scan-action@8964e60c6fabdb85fdbbbfd9834d8f19c97a3086 # v7.4.1 with: sbom: sbom-nightly.json fail-build: false diff --git a/.github/workflows/supply-chain-verify.yml b/.github/workflows/supply-chain-verify.yml index 0d25b6aa7..a504bd081 100644 --- a/.github/workflows/supply-chain-verify.yml +++ b/.github/workflows/supply-chain-verify.yml @@ -276,7 +276,7 @@ jobs: # Scan for vulnerabilities using official Anchore action (auto-updated by Renovate) - name: Scan for Vulnerabilities if: steps.validate-sbom.outputs.valid == 'true' - uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0 + uses: anchore/scan-action@8964e60c6fabdb85fdbbbfd9834d8f19c97a3086 # v7.4.1 id: scan with: sbom: sbom-verify.cyclonedx.json