diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff7297a..22530cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: # packages. This SBOM covers our custom services and configuration. - name: Generate SBOM if: github.event_name != 'pull_request' - uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 with: path: . format: cyclonedx-json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9580777..39c50a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: -o ../../dist/${{ matrix.service }}-linux-arm64 . - name: Generate SBOM (Syft) - uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 with: path: services/${{ matrix.service }} format: cyclonedx-json