File tree Expand file tree Collapse file tree 9 files changed +27
-27
lines changed Expand file tree Collapse file tree 9 files changed +27
-27
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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
31
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
32
32
with :
33
33
disable-sudo : true
34
34
egress-policy : block
@@ -42,11 +42,11 @@ jobs:
42
42
uploads.github.com:443
43
43
44
44
- name : Checkout repository
45
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
49
+ uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
69
+ uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
70
70
with :
71
71
category : ${{ matrix.working-directory }}
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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
21
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
22
22
with :
23
23
disable-sudo : true
24
24
egress-policy : block
@@ -30,16 +30,16 @@ jobs:
30
30
repo.maven.apache.org:443
31
31
storage.googleapis.com:443
32
32
33
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
35
35
- name : Set up JDK ${{ matrix.java }}
36
- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
36
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
37
37
with :
38
38
java-version : ${{ matrix.java }}
39
39
distribution : temurin
40
40
41
41
- name : Setup Go
42
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
42
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
43
43
with :
44
44
go-version : ' 1.21'
45
45
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Harden Runner
16
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
16
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
17
17
with :
18
18
disable-sudo : true
19
19
egress-policy : block
20
20
allowed-endpoints : >
21
21
github.com:443
22
22
repo.maven.apache.org:443
23
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
- name : Set up JDK
25
- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
25
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
26
26
with :
27
27
java-version : 11.x
28
28
distribution : temurin
@@ -38,11 +38,11 @@ jobs:
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Harden Runner
41
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
41
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
42
42
with :
43
43
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
44
44
45
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # v2 minimum required
45
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # v2 minimum required
46
46
- name : Run formatter
47
47
id : formatter
48
48
uses : axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
29
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
30
30
with :
31
31
disable-sudo : true
32
32
egress-policy : block
45
45
*.github.com:443
46
46
47
47
- name : " Checkout code"
48
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
49
with :
50
50
persist-credentials : false
51
51
62
62
63
63
# Upload the results to GitHub's code scanning dashboard.
64
64
- name : " Upload to code-scanning"
65
- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
65
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
66
66
with :
67
67
sarif_file : results.sarif
Original file line number Diff line number Diff line change 19
19
]
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
22
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
23
23
with :
24
24
disable-sudo : true
25
25
egress-policy : block
28
28
repo.maven.apache.org:443
29
29
api.adoptium.net:443
30
30
*.githubusercontent.com:443
31
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
31
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
- name : Set up JDK ${{ matrix.java }}
33
- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
33
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
34
34
with :
35
35
java-version : ${{ matrix.java }}
36
36
distribution : temurin
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >org.apache.maven.plugin-tools</groupId >
53
53
<artifactId >maven-plugin-annotations</artifactId >
54
- <version >3.15.0 </version >
54
+ <version >3.15.1 </version >
55
55
<scope >provided</scope >
56
56
</dependency >
57
57
87
87
<plugin >
88
88
<groupId >org.apache.maven.plugins</groupId >
89
89
<artifactId >maven-plugin-plugin</artifactId >
90
- <version >3.15.0 </version >
90
+ <version >3.15.1 </version >
91
91
<executions >
92
92
<execution >
93
93
<id >help-goal</id >
132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-javadoc-plugin</artifactId >
135
- <version >3.10.0 </version >
135
+ <version >3.11.1 </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.13.0</maven-compiler-plugin .version>
32
- <maven-javadoc-plugin .version>3.10.0 </maven-javadoc-plugin .version>
32
+ <maven-javadoc-plugin .version>3.11.1 </maven-javadoc-plugin .version>
33
33
<junit .jupiter.version>5.3.2</junit .jupiter.version>
34
34
</properties >
35
35
73
73
<plugin >
74
74
<groupId >org.apache.maven.plugins</groupId >
75
75
<artifactId >maven-source-plugin</artifactId >
76
- <version >3.2 .1</version >
76
+ <version >3.3 .1</version >
77
77
<executions >
78
78
<execution >
79
79
<id >attach-sources</id >
151
151
<plugin >
152
152
<groupId >org.apache.maven.plugins</groupId >
153
153
<artifactId >maven-source-plugin</artifactId >
154
- <version >3.2 .1</version >
154
+ <version >3.3 .1</version >
155
155
<executions >
156
156
<execution >
157
157
<id >attach-sources</id >
Original file line number Diff line number Diff line change 122
122
<dependency >
123
123
<groupId >org.mockito</groupId >
124
124
<artifactId >mockito-core</artifactId >
125
- <version >5.14.0 </version >
125
+ <version >5.14.2 </version >
126
126
<scope >test</scope >
127
127
</dependency >
128
128
<dependency >
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.10.0 </version >
83
+ <version >3.11.1 </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