File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out repository
22- uses : actions/checkout@v6
22+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323 with :
2424 persist-credentials : false
2525
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out repository
22- uses : actions/checkout@v6
22+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323 with :
2424 persist-credentials : false
2525
3232 tox -e py -- -vv --cov-report=xml
3333
3434 - name : Upload coverage to Codecov
35- uses : codecov/codecov-action@v6
35+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
3636 with :
3737 fail_ci_if_error : false
3838 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 4646 os : ubuntu-latest
4747 steps :
4848 - name : Check out repository
49- uses : actions/checkout@v6
49+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5050 with :
5151 persist-credentials : false
5252
5757 run : brew install mercurial
5858
5959 - name : Set up Python
60- uses : actions/setup-python@v6
60+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
6161 with :
6262 python-version : ${{ matrix.python-version }}
6363
7777
7878 - name : Upload coverage to Codecov
7979 if : startsWith(matrix.toxenv, 'py')
80- uses : codecov/codecov-action@v6
80+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
8181 with :
8282 fail_ci_if_error : false
8383 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments