From fb1e05a194b6cf0ef10ca743a3e82fbe06804d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:57:52 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.15.9 to 0.15.10 (#62) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.9 to 0.15.10. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.9...v0.15.10) --- 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/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ce3d85..ed7cc3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: anchore/sbom-action/download-syft@v0.15.9 + - uses: anchore/sbom-action/download-syft@v0.15.10 - name: Setup go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fef313e..1c1c81f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - uses: sigstore/cosign-installer@v3.4.0 - - uses: anchore/sbom-action/download-syft@v0.15.9 + - uses: anchore/sbom-action/download-syft@v0.15.10 - name: Setup go uses: actions/setup-go@v5 with: