File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 toxenv : [quality, django52, check_keywords]
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222 - name : setup python
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
3737
3838 - name : Run Coverage
3939 if : matrix.python-version == '3.12' && matrix.toxenv=='django52'
40- uses : codecov/codecov-action@v4
40+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
4141 with :
4242 token : ${{ secrets.CODECOV_TOKEN }}
4343 flags : unittests
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1616 - name : setup python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
1818 with :
1919 python-version : 3.12
2020
You can’t perform that action at this time.
0 commit comments