File tree 8 files changed +103
-86
lines changed
8 files changed +103
-86
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
19
19
with :
20
20
egress-policy : audit
21
21
24
24
fetch-depth : 0
25
25
26
26
- name : Set up Node.js
27
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
27
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
28
28
with :
29
29
node-version : ' 18'
30
30
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@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.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.7.1 " ,
12
12
"@octokit/auth-app" : " ^7.0.0"
13
13
},
14
14
"scripts" : {
You can’t perform that action at this time.
0 commit comments