From 0f4cda8f0564ac2f5e772c22cc11ad5e097b35a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:57:10 +0000 Subject: [PATCH] chore: bump anchore/sbom-action from 0.15.5 to 0.15.6 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.5 to 0.15.6. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.5...v0.15.6) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b828673..a56a4ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: username: ${{secrets.DOCKER_USERNAME}} password: ${{secrets.DOCKER_TOKEN}} - name: Set-up Syft - uses: anchore/sbom-action/download-syft@v0.15.5 + uses: anchore/sbom-action/download-syft@v0.15.6 - name: Build, Package & Distribute uses: goreleaser/goreleaser-action@v5 with: