This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.os }}
2222 steps :
2323 - name : Clone Repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Set up Python ${{ matrix.python-version }}
2727 uses : actions/setup-python@v5
9393 python-version : 3.11
9494
9595 - name : Clone Repository
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797 with :
9898 ref : ${{ github.ref }}
9999 fetch-depth : 0
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 sparse-checkout : |
3030 .github
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Clone Repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
1919
You can’t perform that action at this time.
0 commit comments