From 6039bf9d8dadcae268668179a54e55620843ed66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:25:01 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.23.0 to 0.23.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.23.0 to 0.23.1. - [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.23.0...v0.23.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 ae5052fb..a7b7a32c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: go-version-file: go.mod - name: Install syft for sbom generation - uses: anchore/sbom-action/download-syft@v0.23.0 + uses: anchore/sbom-action/download-syft@v0.23.1 - name: Build snapshot artifacts uses: goreleaser/goreleaser-action@v7 diff --git a/.github/workflows/e2e_checks.yml b/.github/workflows/e2e_checks.yml index 8814d6a8..69088858 100644 --- a/.github/workflows/e2e_checks.yml +++ b/.github/workflows/e2e_checks.yml @@ -49,7 +49,7 @@ jobs: }' > ~/.config/kathara.conf - name: Install syft for sbom generation - uses: anchore/sbom-action/download-syft@v0.23.0 + uses: anchore/sbom-action/download-syft@v0.23.1 - name: Build binary for e2e uses: goreleaser/goreleaser-action@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8977c895..8862a407 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.MTR_PASSWORD }} - name: Install syft for sbom generation - uses: anchore/sbom-action/download-syft@v0.23.0 + uses: anchore/sbom-action/download-syft@v0.23.1 - name: Build, push & release uses: goreleaser/goreleaser-action@v7