File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
24- - name : Set up JDK 21
25- uses : actions/setup-java@v4
26- with :
27- java-version : ' 21'
28- distribution : ' temurin'
29- cache : maven
30- - name : Build with Maven
31- run : mvn -B package --file pom.xml
23+ - uses : actions/checkout@v4
24+ - name : Set up JDK 21
25+ uses : actions/setup-java@v4
26+ with :
27+ java-version : ' 21'
28+ distribution : ' temurin'
29+ cache : maven
30+ - name : Build with Maven
31+ run : mvn -B package --file pom.xml
3232
3333 # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34- - name : Update dependency graph
35- uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
34+ # - name: Update dependency graph
35+ # uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
You can’t perform that action at this time.
0 commit comments