File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ name: "CodeQL"
77
88on :
99 push :
10- branches : [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
10+ branches : [ 'master' ]
1111 pull_request :
1212 # The branches below must be a subset of the branches above
13- branches : [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
13+ branches : [ 'master' ]
1414 schedule :
1515 - cron : ' 0 19 * * 2'
1616
5353
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below)
56- - name : Autobuild
57- uses : github/codeql-action/autobuild@v1
56+ # - name: Autobuild
57+ # uses: github/codeql-action/autobuild@v1
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 https://git.io/JvXDl
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Java CI with Maven
55
66on :
77 push :
8- branches : [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
8+ branches : [ 'master' ]
99 pull_request :
10- branches : [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
10+ branches : [ 'master' ]
1111
1212jobs :
1313 build :
2121 with :
2222 java-version : 15
2323 - name : Build with Maven
24- run : ./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage site --file pom.xml
24+ run : ./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage --file pom.xml
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: OSSAR
55
66on :
77 push :
8- branches : [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
8+ branches : [ 'master' ]
99 pull_request :
10- branches : [ 'master', 'heroku-deployment', 'simpleworklist-jsf-spring' ]
10+ branches : [ 'master' ]
1111
1212jobs :
1313 OSSAR-Scan :
You can’t perform that action at this time.
0 commit comments