Skip to content

Commit b58a61c

Browse files
committed
Removed unwanted files && Codeql config changes
1 parent 3e0056e commit b58a61c

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ on:
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

2321
jobs:
2422
analyze:
2523
name: Analyze
26-
runs-on: ubuntu-latest
24+
runs-on: self-hosted
2725
permissions:
2826
actions: read
2927
contents: read
@@ -53,8 +51,8 @@ jobs:
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

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
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>

0 commit comments

Comments
 (0)