File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 os : ' ubuntu-24.04'
3131
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 - name : setup python
35- uses : actions/setup-python@v6
35+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838
4949
5050 - name : Run Coverage
5151 if : matrix.python-version == '3.12' && matrix.toxenv=='django42'
52- uses : codecov/codecov-action@v6
52+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5353 with :
5454 flags : unittests
5555 fail_ci_if_error : true
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - name : setup python
17- uses : actions/setup-python@v6
17+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1818 with :
1919 python-version : 3.12
2020
You can’t perform that action at this time.
0 commit comments