File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 ]
2525
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828 - name : setup python
29- uses : actions/setup-python@v6
29+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
4444
4545 - name : Run Coverage
4646 if : matrix.python-version == '3.12' && matrix.toxenv=='django52-celery53-drflatest'
47- uses : codecov/codecov-action@v5
47+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
4848 with :
4949 token : ${{ secrets.CODECOV_TOKEN }}
5050 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