From e3a0c162500d67318f170e24d8aa6e01fdf8bbf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:53:33 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.15.6 to 0.15.7 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.6 to 0.15.7. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.6...v0.15.7) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/goreleaser.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 194576c..f8d53d3 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -79,7 +79,7 @@ jobs: - uses: cachix/install-nix-action@v25 with: github_access_token: ${{ secrets.gh_pat }} - - uses: anchore/sbom-action/download-syft@v0.15.6 + - uses: anchore/sbom-action/download-syft@v0.15.7 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1dc9b2b..356b610 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -58,7 +58,7 @@ jobs: cache: true check-latest: true - uses: sigstore/cosign-installer@v3.3.0 - - uses: anchore/sbom-action/download-syft@v0.15.6 + - uses: anchore/sbom-action/download-syft@v0.15.7 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3