From cc8826f2036a5b2bbfa6c23a1d30e06964d34070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:21:48 +0100 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.17.5 to 0.17.6 (#48) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.5 to 0.17.6. - [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.5...v0.17.6) --- 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 8658a7c..6fa5817 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.5 + uses: anchore/sbom-action/download-syft@v0.17.6 - name: Setup QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22d8758..23c3955 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.5 + uses: anchore/sbom-action/download-syft@v0.17.6 - name: Setup QEMU uses: docker/setup-qemu-action@v3