From fe20d808ede45e49875ffde19df2511efccb563a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:46:04 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.15.6 to 0.15.7 (#56) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.6 to 0.15.7. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.6...v0.15.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/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 eea5c9b..a3f6444 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.6 + - uses: anchore/sbom-action/download-syft@v0.15.7 - name: Setup go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e0fc81..8493d2a 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.3.0 - - uses: anchore/sbom-action/download-syft@v0.15.6 + - uses: anchore/sbom-action/download-syft@v0.15.7 - name: Setup go uses: actions/setup-go@v5 with: