From aafb50b050cd54287adfb5b58550a4fc1056d02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:31:24 +0000 Subject: [PATCH] build(deps): bump anchore/sbom-action from 0.18.0 to 0.20.5 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.18.0 to 0.20.5. - [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.18.0...v0.20.5) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index d638827..61a972b 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: anchore/sbom-action/download-syft@v0.18.0 + - uses: anchore/sbom-action/download-syft@v0.20.5 - uses: actions/setup-go@v5 with: go-version: '1.21' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28a1821..ebb2187 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: anchore/sbom-action/download-syft@v0.18.0 + - uses: anchore/sbom-action/download-syft@v0.20.5 - uses: actions/setup-go@v5 with: go-version: '1.21'