File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 python-version : [3.6, 3.7, 3.8, 3.9]
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818
3232
3333 - name : Upload Results
3434 if : success()
35- uses : codecov/codecov-action@v1
35+ uses : codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
3636 with :
3737 file : ./coverage.xml
3838 flags : unittests
4444 runs-on : ubuntu-latest
4545 if : contains(github.ref, 'tags')
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
4848 - name : Set up Python
49- uses : actions/setup-python@v1
49+ uses : actions/setup-python@0f07f7f756721ebd886c2462646a35f78a8bc4de # v1
5050 with :
5151 python-version : " 3.x"
5252
You can’t perform that action at this time.
0 commit comments