From f84580d40b6c77c450a35754903279a01444b0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:30:25 +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/release-snapshot.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index baba248..da4736e 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -31,7 +31,7 @@ jobs: cache: true - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.23.0 + uses: anchore/sbom-action/download-syft@v0.23.1 - name: Run GoReleaser (Snapshot) uses: goreleaser/goreleaser-action@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d5ee54..d095e6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: cache: true - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.23.0 + uses: anchore/sbom-action/download-syft@v0.23.1 - name: Install cosign uses: sigstore/cosign-installer@v3