File tree 8 files changed +27
-28
lines changed
8 files changed +27
-28
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
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
egress-policy : audit
24
24
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
27
27
- name : Set up JDK 11
28
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
28
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
29
29
with :
30
30
java-version : ' 11'
31
31
distribution : ' adopt'
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
22
22
steps :
23
23
- name : Harden Runner
24
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
24
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
25
25
with :
26
26
egress-policy : audit
27
27
28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
- name : Set up JDK 11
30
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
30
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
31
31
with :
32
32
java-version : ' 11'
33
33
distribution : ' temurin'
Original file line number Diff line number Diff line change 10
10
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
11
11
steps :
12
12
- name : Harden Runner
13
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
13
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
14
14
with :
15
15
egress-policy : audit
16
16
Original file line number Diff line number Diff line change 15
15
environment : ' Release'
16
16
steps :
17
17
- name : Harden Runner
18
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
18
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
19
19
with :
20
20
egress-policy : audit
21
21
40
40
RELEASER_CLIENT_SECRET : ${{ secrets.RELEASER_CLIENT_SECRET }}
41
41
RELEASER_INSTALLATION_ID : ${{ secrets.RELEASER_INSTALLATION_ID }}
42
42
43
- - uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
43
+ - uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
44
44
name : Set up Java
45
45
with :
46
46
java-version : ' 11'
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Harden Runner
34
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
34
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
35
35
with :
36
36
egress-policy : audit
37
37
63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
66
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
Original file line number Diff line number Diff line change 8
8
"license" : " Apache-2.0" ,
9
9
"devDependencies" : {
10
10
"@actions/core" : " ^1.10.0" ,
11
- "@commitlint/config-conventional" : " 19.5 .0" ,
11
+ "@commitlint/config-conventional" : " 19.6 .0" ,
12
12
"@octokit/auth-app" : " ^7.0.0"
13
13
},
14
14
"scripts" : {
Original file line number Diff line number Diff line change 93
93
<plugin >
94
94
<groupId >org.apache.maven.plugins</groupId >
95
95
<artifactId >maven-javadoc-plugin</artifactId >
96
- <version >3.11.1 </version >
96
+ <version >3.11.2 </version >
97
97
<configuration >
98
98
<doclint >all,-missing</doclint >
99
99
</configuration >
135
135
<dependency >
136
136
<groupId >org.apache.logging.log4j</groupId >
137
137
<artifactId >log4j-core</artifactId >
138
- <version >2.24.1 </version >
138
+ <version >2.24.3 </version >
139
139
</dependency >
140
140
<dependency >
141
141
<groupId >com.google.code.gson</groupId >
145
145
<dependency >
146
146
<groupId >io.github.cdimascio</groupId >
147
147
<artifactId >dotenv-java</artifactId >
148
- <version >3.0.2 </version >
148
+ <version >3.1.0 </version >
149
149
</dependency >
150
150
<dependency >
151
151
<groupId >joda-time</groupId >
You can’t perform that action at this time.
0 commit comments