File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python
2323 uses : actions/setup-python@v6
2424 with :
Original file line number Diff line number Diff line change 1717 ]
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6
2323 with :
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Set up Python
1515 uses : actions/setup-python@v6
1616 with :
You can’t perform that action at this time.
0 commit comments