File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Initialize CodeQL
2222 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 2424 os : macos-latest
2525 steps :
2626 - name : Checkout Project
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 - name : Setup Java 8
2929 uses : actions/setup-java@v4
3030 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Project
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 sparse-checkout : .github/labels.yml
1717 sparse-checkout-cone-mode : false
Original file line number Diff line number Diff line change 1010 if : github.repository_owner == 'favware'
1111 steps :
1212 - name : Checkout Project
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 ref : main
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 - name : Setup Pages
2828 uses : actions/configure-pages@v5
2929 - name : Setup Java 8
You can’t perform that action at this time.
0 commit comments