diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-02 10:39:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-02 10:39:09 -0800 |
commit | 8dcf86088855a553e8da2bf68f4998e835dd120b (patch) | |
tree | 030691c6d63d2d2db3dbb45330465d5baffcf327 /.github/workflows/audit.yaml | |
parent | a5b7cb6e6f5aa83f16643f7499b1a4bb20269871 (diff) | |
download | spack-8dcf86088855a553e8da2bf68f4998e835dd120b.tar.gz spack-8dcf86088855a553e8da2bf68f4998e835dd120b.tar.bz2 spack-8dcf86088855a553e8da2bf68f4998e835dd120b.tar.xz spack-8dcf86088855a553e8da2bf68f4998e835dd120b.zip |
build(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0 (#42860)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.2 to 4.1.0.
- [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/0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1...54bcd8715eee62d40e33596ef5e8f0f48dbbccab)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r-- | .github/workflows/audit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index e0056a7a0e..e3727eade4 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -43,7 +43,7 @@ jobs: . share/spack/setup-env.sh $(which spack) audit packages $(which spack) audit externals - - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # @v2.1.0 + - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # @v2.1.0 if: ${{ inputs.with_coverage == 'true' }} with: flags: unittests,audits |