diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a5dab5f4ba..af9ffa6890 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: - name: Build frontend run: cd src/frontend && npm run compile && npm run build - name: Create SBOM for frontend - uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # pin@v0 + uses: anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # pin@v0 with: artifact-name: frontend-build.spdx path: src/frontend