From 69ad85f22e30fbbb8bb820c53a956f5231f6ac4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:31:15 +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.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/1ca97d9028b51809cf6d3c934c3e160716e1b605...fc46e51fd3cb168ffb36c6d1915723c47db58abb) --- 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..79a310c 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@fc46e51fd3cb168ffb36c6d1915723c47db58abb - name: Generate SBOM file - uses: anchore/sbom-action@1ca97d9028b51809cf6d3c934c3e160716e1b605 + uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb 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@fc46e51fd3cb168ffb36c6d1915723c47db58abb with: sbom-artifact-match: ".*\\.spdx$"