File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 if : github.event.pull_request.draft == false
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
4141 with :
4242 persist-credentials : false
4343 - name : Set up Python ${{ env.PYTHON_VERSION }}
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
4545 with :
4646 python-version : ${{ env.PYTHON_VERSION }}
4747 - name : Environment Information
6464 - name : Clean tmp
6565 run : rm -rf coverage/tmp && rm -rf out
6666 - name : Upload
67- uses : codecov/codecov-action@v3
67+ uses : codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
6868 with :
6969 directory : ./coverage
You can’t perform that action at this time.
0 commit comments