File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout code
39- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040 with :
4141 fetch-depth : 0
4242 - name : Set up Python
Original file line number Diff line number Diff line change 4444
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 with :
4949 fetch-depth : 0
5050 - name : Set up Python
5757 run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5858 - name : Upload coverage to codecov
5959 if : contains(matrix.toxenv,'-cov')
60- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
60+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
6161 with :
6262 file : ./coverage.xml
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout code
41- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4242 with :
4343 fetch-depth : 0
4444 - name : Set up Python
Original file line number Diff line number Diff line change 6363
6464 steps :
6565 - name : Checkout code
66- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
66+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6767 with :
6868 fetch-depth : 0
6969 - name : Set up Python
7676 run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
7777 - name : Upload coverage to codecov
7878 if : contains(matrix.toxenv,'-cov')
79- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
79+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8080 with :
8181 file : ./coverage.xml
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments