From a40fcab610dc7ce82f5db84a2bfb58edad6d3ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:29:45 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.17.4 to 0.17.5 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.4 to 0.17.5. - [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.4...v0.17.5) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 1ab8e10..8658a7c 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.4 + uses: anchore/sbom-action/download-syft@v0.17.5 - name: Setup QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dda9596..22d8758 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.4 + uses: anchore/sbom-action/download-syft@v0.17.5 - name: Setup QEMU uses: docker/setup-qemu-action@v3