File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed
Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1+ name : Build
2+
3+ on :
4+ merge_group :
5+ pull_request :
6+ push :
7+ branches :
8+ - master
9+
10+ jobs :
11+ test :
12+ name : Tests
13+ runs-on : ubuntu-latest
14+ permissions :
15+ actions : read
16+ contents : write
17+ security-events : write
18+ steps :
19+ - uses : actions/checkout@v4
20+ - uses : actions/setup-java@v4
21+ with :
22+ distribution : ' temurin'
23+ java-version : ' 21'
24+ cache : ' maven'
25+ - name : Initialize CodeQL
26+ uses : github/codeql-action/init@v3
27+ with :
28+ languages : java
29+ - name : Build with Maven
30+ timeout-minutes : 15
31+ run : mvn -B clean package --file pom.xml
32+ - name : Perform CodeQL Analysis
33+ uses : github/codeql-action/analyze@v3
34+ with :
35+ category : " /language:java"
Original file line number Diff line number Diff line change 2929 </developers >
3030
3131 <scm >
32- <connection >scm:git:git@github.com:IABTechLabs /iabgpp-java.git</connection >
33- <developerConnection >scm:git:git@github.com:IABTechLabs /iabgpp-java.git</developerConnection >
34- <url >https://github.com/IABTechLabs /iabgpp-java</url >
32+ <connection >scm:git:git@github.com:IABTechLab /iabgpp-java.git</connection >
33+ <developerConnection >scm:git:git@github.com:IABTechLab /iabgpp-java.git</developerConnection >
34+ <url >https://github.com/IABTechLab /iabgpp-java</url >
3535 </scm >
3636
3737 <distributionManagement >
You can’t perform that action at this time.
0 commit comments