diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b14913..7366ec3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: if-no-files-found: error - name: Generate SBOM - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0 + uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 id: sbom with: format: spdx-json diff --git a/.github/workflows/test-and-report.yml b/.github/workflows/test-and-report.yml index 3c82e17..08181e6 100644 --- a/.github/workflows/test-and-report.yml +++ b/.github/workflows/test-and-report.yml @@ -112,7 +112,7 @@ jobs: run: npm run test:licenses - name: Generate SBOM - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0 + uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 id: sbom with: format: spdx-json