File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 pull_request :
1818 # The branches below must be a subset of the branches above
1919 branches : [ master ]
20- schedule :
21- - cron : ' 42 13 * * 0'
2220
2321jobs :
2422 analyze :
2523 name : Analyze
26- runs-on : ubuntu-latest
24+ runs-on : self-hosted
2725 permissions :
2826 actions : read
2927 contents : read
5351
5452 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5553 # 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
54+ # - name: Autobuild
55+ # uses: github/codeql-action/autobuild@v1
5856
5957 # ℹ️ Command-line programs to run using the OS shell.
6058 # 📚 https://git.io/JvXDl
Original file line number Diff line number Diff line change 77 <version >0.0.1-SNAPSHOT</version >
88 <name >JavaVulnerableLab Maven Webapp</name >
99 <url >http://maven.apache.org</url >
10+ <properties >
11+ <maven .compiler.source>1.6</maven .compiler.source>
12+ <maven .compiler.target>1.6</maven .compiler.target>
13+ </properties >
1014 <dependencies >
1115 <dependency >
1216 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments