From 0bcf7f98113ddcceda494d59558092f63e8f7ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:08:18 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.8 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.8. - [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.2...v0.17.8) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 60c752f21..20b114bd7 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -45,7 +45,7 @@ jobs: - name: Setup Just uses: extractions/setup-just@v2 - name: Setup Syft - uses: anchore/sbom-action/download-syft@v0.17.2 + uses: anchore/sbom-action/download-syft@v0.17.8 - name: Setup GoReleaser uses: goreleaser/goreleaser-action@v6 with: @@ -79,7 +79,7 @@ jobs: - name: Setup Just uses: extractions/setup-just@v2 - name: Setup Syft - uses: anchore/sbom-action/download-syft@v0.17.2 + uses: anchore/sbom-action/download-syft@v0.17.8 - name: Setup GoReleaser uses: goreleaser/goreleaser-action@v6 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 531e7141b..b12f8d69d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: with: cosign-release: "v2.2.3" - name: Setup Syft - uses: anchore/sbom-action/download-syft@v0.17.2 + uses: anchore/sbom-action/download-syft@v0.17.8 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx