File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 toxenv : [quality, pii_check, django52]
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 - name : setup python
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828
3939
4040 - name : Run coverage
4141 if : matrix.python-version == '3.12' && matrix.toxenv == 'django52'
42- uses : codecov/codecov-action@v5
42+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
4343 with :
4444 token : ${{ secrets.CODECOV_TOKEN }}
4545 flags : unittests
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - name : setup python
16- uses : actions/setup-python@v6
16+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1717 with :
1818 python-version : 3.12
1919
You can’t perform that action at this time.
0 commit comments