diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-13 16:45:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 16:45:24 -0700 |
commit | 42ac1f0cb2cde0f56e24617541c98f97462be481 (patch) | |
tree | 10a35742a91fc0597cfbc6b06c2188dfb897a78b /.github/workflows/audit.yaml | |
parent | 4af61d432fc875ab5e198ef9470af950caca4e62 (diff) | |
download | spack-42ac1f0cb2cde0f56e24617541c98f97462be481.tar.gz spack-42ac1f0cb2cde0f56e24617541c98f97462be481.tar.bz2 spack-42ac1f0cb2cde0f56e24617541c98f97462be481.tar.xz spack-42ac1f0cb2cde0f56e24617541c98f97462be481.zip |
build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#44710)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.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/125fc84a9a348dbcf27191600683ec096ec9021c...e28ff129e5465c2c0dcc6f003fc735cb6ae0c673)
---
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 8c7286d745..53b299b3d6 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -61,7 +61,7 @@ jobs: ./share/spack/qa/validate_last_exit.ps1 spack -d audit externals ./share/spack/qa/validate_last_exit.ps1 - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 if: ${{ inputs.with_coverage == 'true' }} with: flags: unittests,audits |