File tree 2 files changed +21
-6
lines changed
2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ "master" ]
5
+ branches :
6
+ - master
6
7
pull_request :
7
- branches : [ "master" ]
8
+ branches :
9
+ - master
8
10
schedule :
9
11
- cron : " 28 16 * * 5"
10
12
26
28
- name : Checkout
27
29
uses : actions/checkout@v4
28
30
31
+ - name : Set up JDK 1.17
32
+ uses : actions/setup-java@v4
33
+ with :
34
+ java-version : ' 17'
35
+ distribution : ' temurin'
36
+ cache : ' maven'
37
+
38
+ - name : Set up Maven
39
+ uses : stCarolas/setup-maven@v5
40
+ with :
41
+ maven-version : 3.9.9
42
+
29
43
- name : Initialize CodeQL
30
44
uses : github/codeql-action/init@v3
31
45
with :
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.88 </version >
8
+ <version >5.3 </version >
9
9
<relativePath />
10
10
</parent >
11
11
28
28
<properties >
29
29
<changelist >999999-SNAPSHOT</changelist >
30
30
<gitHubRepo >jenkinsci/bitbucket-branch-source-plugin</gitHubRepo >
31
- <jenkins .version>2.462.3</jenkins .version>
31
+ <jenkins .baseline>2.479</jenkins .baseline>
32
+ <jenkins .version>${jenkins.baseline} .1</jenkins .version>
32
33
<hpi .compatibleSinceVersion>2.0</hpi .compatibleSinceVersion>
33
34
<useBeta >true</useBeta > <!-- Jenkins.MANAGE -->
34
35
</properties >
63
64
<dependencies >
64
65
<dependency >
65
66
<groupId >io.jenkins.tools.bom</groupId >
66
- <artifactId >bom-2.462 .x</artifactId >
67
- <version >3654.v237e4a_f2d8da_ </version >
67
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
68
+ <version >3696.vb_b_4e2d1a_0542 </version >
68
69
<scope >import</scope >
69
70
<type >pom</type >
70
71
</dependency >
You can’t perform that action at this time.
0 commit comments