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 4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
44+ uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
4545 with :
4646 languages : ${{ matrix.language }}
4747 # If you wish to specify custom queries, you can do so here or in a config file.
5858 distribution : temurin
5959 java-version : 17
6060 - name : Autobuild
61- uses : github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
61+ uses : github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
6262
6363 # ℹ️ Command-line programs to run using the OS shell.
6464 # 📚 https://git.io/JvXDl
7272 # make release
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
75+ uses : github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
Original file line number Diff line number Diff line change 1212 - name : " Checkout Repository"
1313 uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1414 - name : " Dependency Review"
15- uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
15+ uses : actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5
Original file line number Diff line number Diff line change 6666 <maven .compiler.target>${java.version} </maven .compiler.target>
6767 <maven .compiler.release>${java.version} </maven .compiler.release>
6868 <antlr4 .version>4.13.2</antlr4 .version>
69- <dependencyCheck .version>10 .0.4 </dependencyCheck .version>
69+ <dependencyCheck .version>11 .0.0 </dependencyCheck .version>
7070 <dependencyCheck .skip>false</dependencyCheck .skip>
7171 <dependencyCheck .threshold>7</dependencyCheck .threshold>
7272 </properties >
8080 <dependency >
8181 <groupId >org.junit.jupiter</groupId >
8282 <artifactId >junit-jupiter</artifactId >
83- <version >5.11.2 </version >
83+ <version >5.11.3 </version >
8484 <scope >test</scope >
8585 </dependency >
8686 <dependency >
201201 <plugin >
202202 <groupId >com.github.spotbugs</groupId >
203203 <artifactId >spotbugs-maven-plugin</artifactId >
204- <version >4.8.6.4 </version >
204+ <version >4.8.6.5 </version >
205205 <configuration >
206206 <excludeFilterFile >spotbugs-filter.xml</excludeFilterFile >
207207 <plugins >
227227 <plugin >
228228 <groupId >org.apache.maven.plugins</groupId >
229229 <artifactId >maven-project-info-reports-plugin</artifactId >
230- <version >3.7 .0</version >
230+ <version >3.8 .0</version >
231231 </plugin >
232232 <plugin >
233233 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments