File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
55- uses : github/codeql-action/init@v3
55+ uses : github/codeql-action/init@v4
5656 with :
5757 languages : ${{ matrix.language }}
5858 # If you wish to specify custom queries, you can do so here or in a config file.
6363 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6464 # If this step fails, then you should remove it and run the build manually (see below)
6565 - name : Autobuild
66- uses : github/codeql-action/autobuild@v3
66+ uses : github/codeql-action/autobuild@v4
6767
6868 # ℹ️ Command-line programs to run using the OS shell.
6969 # 📚 https://git.io/JvXDl
7777 # make release
7878
7979 - name : Perform CodeQL Analysis
80- uses : github/codeql-action/analyze@v3
80+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 3636 env :
3737 MAVEN_OPTS : ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
3838 run : mvn -B clean install -DskipTests --file pom.xml
39- - uses : actions/upload-artifact@v4
39+ - uses : actions/upload-artifact@v5
4040 with :
4141 name : maven-target-directory
4242 path : target/
@@ -110,7 +110,7 @@ jobs:
110110 run : mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
111111 - name : Save coverage data
112112 if : matrix.os == 'ubuntu' && matrix.java == '17'
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v5
114114 with :
115115 name : maven-test-target-directory
116116 path : target/
@@ -121,7 +121,7 @@ jobs:
121121 runs-on : ubuntu-latest
122122 steps :
123123 - uses : actions/checkout@v5
124- - uses : actions/download-artifact@v5
124+ - uses : actions/download-artifact@v6
125125 with :
126126 name : maven-test-target-directory
127127 path : target
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ubuntu-latest
140140 steps :
141141 - uses : actions/checkout@v5
142- - uses : actions/download-artifact@v5
142+ - uses : actions/download-artifact@v6
143143 with :
144144 name : maven-target-directory
145145 path : target
Original file line number Diff line number Diff line change 2525 MAVEN_OPTS : ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
2626 run : mvn -B clean install site -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
2727
28- - uses : actions/upload-artifact@v4
28+ - uses : actions/upload-artifact@v5
2929 with :
3030 name : maven-release-target-directory
3131 path : target/
7878 run : |
7979 echo "version=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
8080
81- - uses : actions/download-artifact@v5
81+ - uses : actions/download-artifact@v6
8282 with :
8383 name : maven-release-target-directory
8484 path : target
Original file line number Diff line number Diff line change 211211 <dependency >
212212 <groupId >com.google.code.gson</groupId >
213213 <artifactId >gson</artifactId >
214- <version >2.12.1 </version >
214+ <version >2.13.2 </version >
215215 <scope >test</scope >
216216 </dependency >
217217 <dependency >
You can’t perform that action at this time.
0 commit comments