File tree Expand file tree Collapse file tree 8 files changed +108
-91
lines changed Expand file tree Collapse file tree 8 files changed +108
-91
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
21+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
2222 with :
2323 egress-policy : audit
2424
2525 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
2727 - name : Set up JDK 11
28- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
28+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2929 with :
3030 java-version : ' 11'
3131 distribution : ' adopt'
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121
2222 steps :
2323 - name : Harden Runner
24- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
24+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
2525 with :
2626 egress-policy : audit
2727
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 - name : Set up JDK 11
30- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
30+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3131 with :
3232 java-version : ' 11'
3333 distribution : ' temurin'
Original file line number Diff line number Diff line change 1010 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
1111 steps :
1212 - name : Harden Runner
13- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
13+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
1414 with :
1515 egress-policy : audit
1616
Original file line number Diff line number Diff line change 1515 environment : ' Release'
1616 steps :
1717 - name : Harden Runner
18- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
18+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
1919 with :
2020 egress-policy : audit
2121
2424 fetch-depth : 0
2525
2626 - name : Set up Node.js
27- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
27+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
2828 with :
2929 node-version : ' 18'
3030
4040 RELEASER_CLIENT_SECRET : ${{ secrets.RELEASER_CLIENT_SECRET }}
4141 RELEASER_INSTALLATION_ID : ${{ secrets.RELEASER_INSTALLATION_ID }}
4242
43- - uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
43+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4444 name : Set up Java
4545 with :
4646 java-version : ' 11'
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
34+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
3535 with :
3636 egress-policy : audit
3737
4141 persist-credentials : false
4242
4343 - name : " Run analysis"
44- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
44+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4545 with :
4646 results_file : results.sarif
4747 results_format : sarif
6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
66+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6767 with :
6868 name : SARIF file
6969 path : results.sarif
Original file line number Diff line number Diff line change 88 "license" : " Apache-2.0" ,
99 "devDependencies" : {
1010 "@actions/core" : " ^1.10.0" ,
11- "@commitlint/config-conventional" : " 19.5 .0" ,
11+ "@commitlint/config-conventional" : " 19.8 .0" ,
1212 "@octokit/auth-app" : " ^7.0.0"
1313 },
1414 "scripts" : {
You can’t perform that action at this time.
0 commit comments