File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 os : [ubuntu-latest, windows-latest]
2727 steps :
2828 - name : Check out
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - uses : gradle/wrapper-validation-action@v3
3131 - name : setup jdk ${{ env.RUNTIME_VERSION }}
32- uses : actions/setup-java@v4
32+ uses : actions/setup-java@v5
3333 with :
3434 distribution : temurin
3535 java-version : ${{ env.RUNTIME_VERSION }}
4040 arguments : build
4141 - name : Archive test results
4242 if : ${{ always() }}
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 with :
4545 name : ${{ runner.os }}-test-results
4646 path : |
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 # We must fetch at least the immediate parents so that if this is
3939 # a pull request then we can checkout the head.
@@ -46,14 +46,14 @@ jobs:
4646
4747 # We need to build with a newer JDK
4848 - name : setup jdk ${{ env.RUNTIME_VERSION }}
49- uses : actions/setup-java@v4
49+ uses : actions/setup-java@v5
5050 with :
5151 distribution : temurin
5252 java-version : ${{ env.RUNTIME_VERSION }}
5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@v3
56+ uses : github/codeql-action/init@v4
5757 with :
5858 languages : ${{ matrix.language }}
5959 # If you wish to specify custom queries, you can do so here or in a config file.
6868 arguments : assemble
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@v3
71+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments