diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edcb782..82d79be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: go-version-file: go.mod cache: true - name: Install Syft - uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 + uses: anchore/sbom-action/download-syft@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2 with: syft-version: v1.50.0 - name: Build release snapshot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa0f8cc..03bb858 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - name: Scan Git history for secrets run: make secrets - name: Install Syft - uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 + uses: anchore/sbom-action/download-syft@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2 with: syft-version: v1.50.0 - name: Build release without publishing