mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 12:05:52 +00: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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
json: true
|
json: true
|
||||||
output: bom.json
|
output: bom.json
|
||||||
resolve-licenses: true
|
resolve-licenses: true
|
||||||
version: latest
|
version: ^v0
|
||||||
- name: Release Binaries
|
- name: Release Binaries
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue