File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Harden Runner
31
- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
31
+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
32
32
with :
33
33
disable-sudo : true
34
34
egress-policy : block
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
49
+ uses : github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
50
50
with :
51
51
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
52
52
languages : java
66
66
(cd function-maven-plugin && mvn install)
67
67
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
69
+ uses : github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
70
70
with :
71
71
category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 20
20
]
21
21
steps :
22
22
- name : Harden Runner
23
- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
23
+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
24
24
with :
25
25
disable-sudo : true
26
26
egress-policy : block
35
35
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
36
36
37
37
- name : Set up JDK ${{ matrix.java }}
38
- uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .0
38
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
39
39
with :
40
40
java-version : ${{ matrix.java }}
41
41
distribution : temurin
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Harden Runner
16
- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
16
+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
17
17
with :
18
18
disable-sudo : true
19
19
egress-policy : block
22
22
repo.maven.apache.org:443
23
23
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
24
24
- name : Set up JDK
25
- uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .0
25
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
26
26
with :
27
27
java-version : 11.x
28
28
distribution : temurin
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Harden Runner
41
- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
41
+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
42
42
with :
43
43
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
44
44
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Harden Runner
29
- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
29
+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
30
30
with :
31
31
disable-sudo : true
32
32
egress-policy : block
49
49
persist-credentials : false
50
50
51
51
- name : " Run analysis"
52
- uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2 .0
52
+ uses : ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3 .0
53
53
with :
54
54
results_file : results.sarif
55
55
results_format : sarif
61
61
62
62
# Upload the results to GitHub's code scanning dashboard.
63
63
- name : " Upload to code-scanning"
64
- uses : github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
64
+ uses : github/codeql-action/upload-sarif@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
65
65
with :
66
66
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
]
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
21
+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
22
22
with :
23
23
disable-sudo : true
24
24
egress-policy : block
27
27
repo.maven.apache.org:443
28
28
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
29
29
- name : Set up JDK ${{ matrix.java }}
30
- uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .0
30
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
31
31
with :
32
32
java-version : ${{ matrix.java }}
33
33
distribution : temurin
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.apache.maven</groupId >
43
43
<artifactId >maven-plugin-api</artifactId >
44
- <version >3.9.4 </version >
44
+ <version >3.9.5 </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.apache.maven</groupId >
48
48
<artifactId >maven-core</artifactId >
49
- <version >3.9.4 </version >
49
+ <version >3.9.5 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.apache.maven.plugin-tools</groupId >
64
64
<dependency >
65
65
<groupId >com.google.cloud.tools</groupId >
66
66
<artifactId >appengine-maven-plugin</artifactId >
67
- <version >2.4.4 </version >
67
+ <version >2.5.0 </version >
68
68
<type >jar</type >
69
69
</dependency >
70
70
132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-javadoc-plugin</artifactId >
135
- <version >3.5 .0</version >
135
+ <version >3.6 .0</version >
136
136
<executions >
137
137
<execution >
138
138
<id >attach-javadocs</id >
Original file line number Diff line number Diff line change 29
29
<properties >
30
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
31
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
32
- <maven-javadoc-plugin .version>3.5 .0</maven-javadoc-plugin .version>
32
+ <maven-javadoc-plugin .version>3.6 .0</maven-javadoc-plugin .version>
33
33
<junit .jupiter.version>5.3.2</junit .jupiter.version>
34
34
</properties >
35
35
Original file line number Diff line number Diff line change 98
98
<dependency >
99
99
<groupId >org.eclipse.jetty</groupId >
100
100
<artifactId >jetty-servlet</artifactId >
101
- <version >9.4.52.v20230823 </version >
101
+ <version >9.4.53.v20231009 </version >
102
102
</dependency >
103
103
<dependency >
104
104
<groupId >org.eclipse.jetty</groupId >
105
105
<artifactId >jetty-server</artifactId >
106
- <version >9.4.52.v20230823 </version >
106
+ <version >9.4.53.v20231009 </version >
107
107
</dependency >
108
108
<dependency >
109
109
<groupId >com.beust</groupId >
151
151
<dependency >
152
152
<groupId >org.eclipse.jetty</groupId >
153
153
<artifactId >jetty-client</artifactId >
154
- <version >9.4.52.v20230823 </version >
154
+ <version >9.4.53.v20231009 </version >
155
155
<scope >test</scope >
156
156
</dependency >
157
157
</dependencies >
174
174
<plugin >
175
175
<groupId >org.apache.maven.plugins</groupId >
176
176
<artifactId >maven-shade-plugin</artifactId >
177
- <version >3.5.0 </version >
177
+ <version >3.5.1 </version >
178
178
<executions >
179
179
<execution >
180
180
<phase >package</phase >
Original file line number Diff line number Diff line change 80
80
<plugin >
81
81
<groupId >org.apache.maven.plugins</groupId >
82
82
<artifactId >maven-javadoc-plugin</artifactId >
83
- <version >3.5 .0</version >
83
+ <version >3.6 .0</version >
84
84
<executions >
85
85
<execution >
86
86
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments