From e58f60a991db2b2a1e8936946bc3b7bd6cb22a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:09:15 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.15.1 to 0.15.2 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] --- .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 c21f3ca..de6096c 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -79,7 +79,7 @@ jobs: - uses: cachix/install-nix-action@v24 with: github_access_token: ${{ secrets.gh_pat }} - - uses: anchore/sbom-action/download-syft@v0.15.1 + - uses: anchore/sbom-action/download-syft@v0.15.2 - 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 28bbd70..55b2e8b 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.1 + - uses: anchore/sbom-action/download-syft@v0.15.2 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3