diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e1dc5b..0fab896b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: run: tar -czf release.tar.gz -C build . - name: Generate SBOM - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0 + uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1 with: path: ./build/ artifact-name: sbom.spdx.json