File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : Ruff
2626 uses : astral-sh/ruff-action@v3
2727 with :
Original file line number Diff line number Diff line change 3737 build : ${{ steps.check_build_trigger.outputs.build }}
3838 steps :
3939 - name : Checkout source code
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 with :
4242 ref : ${{ github.event.pull_request.head.sha }}
4343 - id : check_build_trigger
5656
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060
6161 - name : Set up Python ${{ matrix.python-version }}
6262 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1616 python-version : ["3.12"]
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v5
2222 with :
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 - name : Set up Python ${{ matrix.python-version }}
3838 uses : actions/setup-python@v5
3939 with :
You can’t perform that action at this time.
0 commit comments