mirror of
https://github.com/securego/gosec.git
synced 2025-01-03 22:52:22 +02:00
Use version ^v0
instead of latest
for cyclonedx-gomod (#667)
To avoid breaking the build when cyclonedx-gomod introduces breaking changes in a new major version. See https://github.com/CycloneDX/gh-gomod-generate-sbom/releases/tag/v0.3.0 Signed-off-by: nscuro <nscuro@protonmail.com>
This commit is contained in:
parent
2a4064d45d
commit
0ee8ad3d5b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
json: true
|
||||
output: bom.json
|
||||
resolve-licenses: true
|
||||
version: latest
|
||||
version: ^v0
|
||||
- name: Release Binaries
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user