diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-20 14:03:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 14:03:47 +0200 |
commit | e656b4659aa41538614d3dd0269bdde61d7e89f7 (patch) | |
tree | c0f6beac9822066b6634bda3c3e28d6ab7e3b64b /.github/workflows/audit.yaml | |
parent | 3b273e263bfca5911cbd647cbf8c842c6d5aebae (diff) | |
download | spack-e656b4659aa41538614d3dd0269bdde61d7e89f7.tar.gz spack-e656b4659aa41538614d3dd0269bdde61d7e89f7.tar.bz2 spack-e656b4659aa41538614d3dd0269bdde61d7e89f7.tar.xz spack-e656b4659aa41538614d3dd0269bdde61d7e89f7.zip |
build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#32717)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/81cd2dc8148241f03f5839d295e000b8f761e378...d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 2b8c989518..c7bbd2e8cc 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -38,7 +38,7 @@ jobs: run: | . share/spack/setup-env.sh $(which spack) audit packages - - uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # @v2.1.0 + - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # @v2.1.0 if: ${{ inputs.with_coverage == 'true' }} with: flags: unittests,linux,audits |