|
41 | 41 | egress-policy: audit |
42 | 42 |
|
43 | 43 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
44 | | - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 |
| 44 | + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 |
45 | 45 | with: |
46 | 46 | python-version: '3.11' |
47 | 47 | cache: 'pip' |
|
71 | 71 | egress-policy: audit |
72 | 72 |
|
73 | 73 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
74 | | - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 |
| 74 | + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 |
75 | 75 | with: |
76 | 76 | python-version: ${{ matrix.python }} |
77 | 77 | cache: 'pip' |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | egress-policy: audit |
170 | 170 |
|
171 | 171 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
172 | | - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 |
| 172 | + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 |
173 | 173 | with: |
174 | 174 | python-version: '3.10' |
175 | 175 | cache: 'pip' |
@@ -268,7 +268,7 @@ jobs: |
268 | 268 | test/test_cvedb.py |
269 | 269 | - name: Upload code coverage to codecov |
270 | 270 | if: env.sbom != 'true' |
271 | | - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 |
| 271 | + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 |
272 | 272 | with: |
273 | 273 | files: ./coverage.xml |
274 | 274 | flags: longtests |
@@ -297,7 +297,7 @@ jobs: |
297 | 297 | egress-policy: audit |
298 | 298 |
|
299 | 299 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
300 | | - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 |
| 300 | + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 |
301 | 301 | with: |
302 | 302 | python-version: '3.10' |
303 | 303 | cache: 'pip' |
@@ -401,7 +401,7 @@ jobs: |
401 | 401 | egress-policy: audit |
402 | 402 |
|
403 | 403 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
404 | | - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 |
| 404 | + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 |
405 | 405 | with: |
406 | 406 | python-version: '3.12' |
407 | 407 | cache: 'pip' |
@@ -481,7 +481,7 @@ jobs: |
481 | 481 | - name: Test PDF generation on Windows |
482 | 482 | run: pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml |
483 | 483 | - name: Upload code coverage to codecov |
484 | | - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 |
| 484 | + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 |
485 | 485 | with: |
486 | 486 | files: ./coverage.xml |
487 | 487 | flags: win-longtests |
|
0 commit comments