File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 git log -1 --format='%H'
4242 working-directory: base
4343 - name : Set up Python 3.8
44- uses : actions/setup-python@v2
44+ uses : actions/setup-python@v3
4545 with :
4646 python-version : 3.8
4747 - name : Download CodeQL CLI
Original file line number Diff line number Diff line change 2222 - name : Clone self (github/codeql)
2323 uses : actions/checkout@v3
2424 - name : Set up Python 3.8
25- uses : actions/setup-python@v2
25+ uses : actions/setup-python@v3
2626 with :
2727 python-version : 3.8
2828
Original file line number Diff line number Diff line change 1919 path : codeqlModels
2020 fetch-depth : 0
2121 - name : Set up Python 3.8
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v3
2323 with :
2424 python-version : 3.8
2525 - name : Download CodeQL CLI
Original file line number Diff line number Diff line change 2222 path : ql
2323 fetch-depth : 0
2424 - name : Set up Python 3.8
25- uses : actions/setup-python@v2
25+ uses : actions/setup-python@v3
2626 with :
2727 python-version : 3.8
2828 - name : Download CodeQL CLI
Original file line number Diff line number Diff line change 2323 path : codeqlModels
2424 ref : ${{ github.event.inputs.qlModelShaOverride || github.ref }}
2525 - name : Set up Python 3.8
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v3
2727 with :
2828 python-version : 3.8
2929 - name : Download CodeQL CLI
Original file line number Diff line number Diff line change 2626 repository : ' github/codeql-go'
2727 path : codeql-go
2828 - name : Set up Python 3.8
29- uses : actions/setup-python@v2
29+ uses : actions/setup-python@v3
3030 with :
3131 python-version : 3.8
3232 - name : Download CodeQL CLI
You can’t perform that action at this time.
0 commit comments