From d57ab45a4b7574be3ef121203ceda14f40278398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:37:15 +0100 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.17.6 to 0.17.7 (#50) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.6 to 0.17.7. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.17.6...v0.17.7) --- 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/pull_request.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6fa5817..2b5ad23 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -131,7 +131,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@v3.7.0 - name: Download Syft - uses: anchore/sbom-action/download-syft@v0.17.6 + uses: anchore/sbom-action/download-syft@v0.17.7 - name: Setup QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23c3955..b60f153 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@v3.7.0 - name: Download Syft - uses: anchore/sbom-action/download-syft@v0.17.6 + uses: anchore/sbom-action/download-syft@v0.17.7 - name: Setup QEMU uses: docker/setup-qemu-action@v3