We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cb1cf commit 83a63e3Copy full SHA for 83a63e3
.github/workflows/codeql-analysis.yml
@@ -20,6 +20,5 @@ jobs:
20
- uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
21
with:
22
languages: 'java'
23
- - name: Build project
24
- run: ./mvnw verify
+ - uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
25
- uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
.mvn/wrapper/MavenWrapperDownloader.java
@@ -32,7 +32,7 @@
32
33
public final class MavenWrapperDownloader
34
{
35
- private static final String WRAPPER_VERSION = "3.1.1";
+ private static final String WRAPPER_VERSION = "3.3.2";
36
37
private static final boolean VERBOSE = Boolean.parseBoolean( System.getenv( "MVNW_VERBOSE" ) );
38
0 commit comments