Skip to content

Commit

Permalink
Merge branch 'main' into chore/reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
y-eight committed Jan 27, 2025
2 parents d696196 + 9019962 commit 35ba4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version-file: go.mod

- name: Install syft for sbom generation
uses: anchore/sbom-action/download-syft@v0.17.9
uses: anchore/sbom-action/download-syft@v0.18.0

- name: Build snapshot artifacts
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
}' > ~/.config/kathara.conf
- name: Install syft for sbom generation
uses: anchore/sbom-action/download-syft@v0.17.9
uses: anchore/sbom-action/download-syft@v0.18.0

- name: Build binary for e2e
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.MTR_PASSWORD }}

- name: Install syft for sbom generation
uses: anchore/sbom-action/download-syft@v0.17.9
uses: anchore/sbom-action/download-syft@v0.18.0

- name: Build, push & release
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 35ba4fe

Please sign in to comment.