From e1506ba07c52085374f02d45ccc81948106dc3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:52:06 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.15.11 to 0.16.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.11 to 0.16.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.11...v0.16.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b5a603..aac7ae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: go-version: stable - name: Download Syft - uses: anchore/sbom-action/download-syft@v0.15.11 + uses: anchore/sbom-action/download-syft@v0.16.0 if: github.ref_type == 'tag' - name: Install Cosign