Skip to content

Commit

Permalink
fix: golang workflow checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucian committed Jul 14, 2023
1 parent afe3f0f commit 5436da2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-sbom-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
publish-sbom:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- name: Check out
uses: actions/checkout@v3

- name: Set up Go environment
uses: actions/setup-go@v4

- name: Generate CycloneDX SBOM document
uses: ./.github/actions/sbom-generator-cyclonedx-golang
Expand Down

0 comments on commit 5436da2

Please # to comment.