From 90199621c6ba56d86650ade62016e70791a85961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:02:59 +0100 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#259) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.9 to 0.18.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.17.9...v0.18.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/e2e_checks.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fb2f999..0188e526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,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 diff --git a/.github/workflows/e2e_checks.yml b/.github/workflows/e2e_checks.yml index 41a6c602..68495035 100644 --- a/.github/workflows/e2e_checks.yml +++ b/.github/workflows/e2e_checks.yml @@ -45,7 +45,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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index effece78..6cf4b3c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,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