From 54486bb126e44b2f4aab04c0eb403579dea3df97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:27:55 +0000 Subject: [PATCH] :arrow_up:upgrade(ci): Bump anchore/sbom-action in /.github/workflows 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/1ca97d9028b51809cf6d3c934c3e160716e1b605...251a468eed47e5082b105c3ba6ee500c0e65a764) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8694609..d4b9d49 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -64,16 +64,16 @@ jobs: - name: Downloading Syft id: syft - uses: anchore/sbom-action/download-syft@1ca97d9028b51809cf6d3c934c3e160716e1b605 + uses: anchore/sbom-action/download-syft@251a468eed47e5082b105c3ba6ee500c0e65a764 - name: Generate SBOM file - uses: anchore/sbom-action@1ca97d9028b51809cf6d3c934c3e160716e1b605 + uses: anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 with: artifact-name: sbom.spdx format: spdx dependency-snapshot: true - name: Publish SBOM File - uses: anchore/sbom-action/publish-sbom@1ca97d9028b51809cf6d3c934c3e160716e1b605 + uses: anchore/sbom-action/publish-sbom@251a468eed47e5082b105c3ba6ee500c0e65a764 with: sbom-artifact-match: ".*\\.spdx$"