From 6c705cac35c9e037f4509439a7420c28870214c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:06:29 +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.8 to 0.17.9. - [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/55dc4ee22412511ee8c3142cbea40418e6cec693...df80a981bc6edbc4e220a492d3cbe9f5547a6e75) --- 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 073bb68..4a19c12 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@55dc4ee22412511ee8c3142cbea40418e6cec693 + uses: anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 - name: Generate SBOM file - uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 + uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 with: artifact-name: sbom.spdx format: spdx dependency-snapshot: true - name: Publish SBOM File - uses: anchore/sbom-action/publish-sbom@55dc4ee22412511ee8c3142cbea40418e6cec693 + uses: anchore/sbom-action/publish-sbom@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 with: sbom-artifact-match: ".*\\.spdx$"