We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47ad58 commit 6996e1cCopy full SHA for 6996e1c
1 file changed
.github/workflows/coverage-linux.yml
@@ -37,11 +37,11 @@ jobs:
37
if: github.event.pull_request.draft == false
38
runs-on: ubuntu-latest
39
steps:
40
- - uses: actions/checkout@v3
+ - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
41
with:
42
persist-credentials: false
43
- name: Set up Python ${{ env.PYTHON_VERSION }}
44
- uses: actions/setup-python@v4
+ uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
45
46
python-version: ${{ env.PYTHON_VERSION }}
47
- name: Environment Information
@@ -64,6 +64,6 @@ jobs:
64
- name: Clean tmp
65
run: rm -rf coverage/tmp && rm -rf out
66
- name: Upload
67
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
68
69
directory: ./coverage
0 commit comments