From 7fc60ea6406f77cea9dd8d1ddeda03ee2ef2556c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:23:15 -0300 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.15.1 to 0.15.2 (#61) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.1...v0.15.2) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41eb57e..c8f7ffe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: go-version: 1.19 cache: true - uses: sigstore/cosign-installer@v3.3.0 # installs cosign - - uses: anchore/sbom-action/download-syft@v0.15.1 # installs syft + - uses: anchore/sbom-action/download-syft@v0.15.2 # installs syft - uses: docker/login-action@v3 # login to ghcr with: registry: ghcr.io