Skip to content

Commit

Permalink
ci: update gh action
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Jun 25, 2021
1 parent a20be9f commit 6257a1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Test
run: make test
- name: Generate SBOM
uses: CycloneDX/gh-gomod-generate-sbom@v0.2.0
uses: CycloneDX/gh-gomod-generate-sbom@v0.3.0
with:
json: true
type: library
version: latest
version: "^v0"
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
go-version: 1.16
- name: Generate SBOM
uses: CycloneDX/gh-gomod-generate-sbom@v0.2.0
uses: CycloneDX/gh-gomod-generate-sbom@v0.3.0
with:
json: true
output: bom.json
type: library
version: latest
version: "^v0"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 6257a1b

Please sign in to comment.