diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-03-27 09:26:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 09:26:12 +0100 |
commit | 5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec (patch) | |
tree | 1f36e5302f5c61eb02d4d439a8b0deff35fdd7d7 /.github/workflows/audit.yaml | |
parent | e145baf619a09a908973f69999b2a361ebef9325 (diff) | |
download | spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.tar.gz spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.tar.bz2 spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.tar.xz spack-5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec.zip |
ci: remove outdated version comments (#43389)
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r-- | .github/workflows/audit.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index c4ea3571f8..e87ad3931b 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -22,8 +22,8 @@ jobs: matrix: operating_system: ["ubuntu-latest", "macos-latest"] steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v2 - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # @v2 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c with: python-version: ${{inputs.python_version}} - name: Install Python packages @@ -43,7 +43,7 @@ jobs: . share/spack/setup-env.sh $(which spack) audit packages $(which spack) audit externals - - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # @v2.1.0 + - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab if: ${{ inputs.with_coverage == 'true' }} with: flags: unittests,audits |