From f471bafd33d4a61b24960f613e5ea6bd63323080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:04:39 +0000 Subject: [PATCH] chore(deps): Bump anchore/sbom-action from 0.16.1 to 0.17.7 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.1 to 0.17.7. - [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.16.1...v0.17.7) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 4f65438..c04e817 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -195,7 +195,7 @@ jobs: pattern: wheels - name: Set up Syft - uses: anchore/sbom-action/download-syft@v0.16.1 + uses: anchore/sbom-action/download-syft@v0.17.7 - name: Run scan run: make sbom version_full=${{ needs.init.outputs.VERSION_FULL }}