Skip to content

Commit

Permalink
Update sbom github action to use node 20
Browse files Browse the repository at this point in the history
Closes #3572
  • Loading branch information
mstoykov committed Mar 11, 2024
1 parent c9dca56 commit 49ac717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
run: cd dist && sha256sum * > "k6-${VERSION}-checksums.txt"
- name: Anchore SBOM Action
continue-on-error: true
uses: anchore/sbom-action@v0.12.0
uses: anchore/sbom-action@v0.15.9
with:
artifact-name: k6-${{ env.VERSION }}-spdx.json
upload-release-assets: false
Expand Down

0 comments on commit 49ac717

Please sign in to comment.