From c529faea0999990dabf1d7c44846ec90d26cd48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:17:51 +0000 Subject: [PATCH] build(deps): bump anchore/sbom-action from 0.15.1 to 0.15.10 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.1 to 0.15.10. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.1...v0.15.10) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a447f1..f81163f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: with: cosign-release: "v2.2.3" - name: Setup Syft - uses: anchore/sbom-action/download-syft@v0.15.1 + uses: anchore/sbom-action/download-syft@v0.15.10 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx