diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 982a1aa..4c2c39d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -296,7 +296,7 @@ jobs: run: mkdir -p sbom - name: Generate API SPDX SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0 + uses: anchore/sbom-action@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2 with: image: sharpbill-api:ci-${{ github.sha }} format: spdx-json @@ -307,7 +307,7 @@ jobs: upload-release-assets: "false" - name: Generate web SPDX SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0 + uses: anchore/sbom-action@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2 with: image: sharpbill-web:ci-${{ github.sha }} format: spdx-json