From 9e9e30635956eb529ca277052817565665f96a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:18:10 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [anchore/sbom-action](https://github.com/anchore/sbom-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `anchore/sbom-action` from 0.17.9 to 0.18.0 - [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.17.9...v0.18.0) Updates `codecov/codecov-action` from 5.1.2 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.1.2...v5.3.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 2 +- .github/workflows/unit_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 52cd69432b..d5d60cf221 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -107,7 +107,7 @@ jobs: push-to-registry: ${{ inputs.pushImage }} - name: Generate SBOM - uses: anchore/sbom-action@v0.17.9 + uses: anchore/sbom-action@v0.18.0 with: image: quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}:${{matrix.LABEL}} artifact-name: sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.json diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 4dbea5d03d..b8dd642c40 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -40,7 +40,7 @@ jobs: - name: Upload coverage reports to Codecov if: github.event_name != 'pull_request' - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 with: fail_ci_if_error: false # because codecov updates occasionally fail files: coverage.out