File tree Expand file tree Collapse file tree 19 files changed +1183
-1130
lines changed
Expand file tree Collapse file tree 19 files changed +1183
-1130
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Harden Runner
41- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
41+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
4242 with :
4343 egress-policy : audit
4444
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
27+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2828 with :
2929 disable-sudo : true
3030 egress-policy : block
@@ -50,13 +50,13 @@ jobs:
5050 yarn set version 4.5.1
5151
5252 - name : Setup Node.js environment
53- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
53+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
5454 with :
5555 node-version : 20.x
5656 cache : yarn
5757
5858 - name : Cache node modules
59- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
59+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6060 env :
6161 cache-name : cache-node-modules
6262 with :
7171 run : yarn workspace @kleros/kleros-v2-contracts install
7272
7373 - name : Install Foundry
74- uses : foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
74+ uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
7575
7676 - name : Install lcov
7777 run : sudo apt-get install -y lcov
8181 working-directory : contracts
8282
8383 - name : Upload a build artifact
84- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8585 with :
8686 name : code-coverage-report
8787 path : contracts/coverage
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
22+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2323 with :
2424 disable-sudo : true
2525 egress-policy : block
3434 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
3636 - name : ' Dependency Review'
37- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
37+ uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6 .0
3838 with :
3939 base-ref : ${{ github.event.pull_request.base.sha || 'dev' }}
4040 head-ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Harden Runner
11- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
11+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
1212 with :
1313 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
1414
Original file line number Diff line number Diff line change 3535 environment : ${{ inputs.graph_environment }}
3636 steps :
3737 - name : Harden Runner
38- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
38+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
3939 with :
4040 egress-policy : audit
4141
4747 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
4949 - name : Set up Node.js
50- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
50+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
5151 with :
5252 node-version : 20
5353
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Harden Runner
35- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
35+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
3636 with :
3737 disable-sudo : true
3838 egress-policy : block
7878 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7979 # format to the repository Actions tab.
8080 - name : " Upload artifact"
81- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8282 with :
8383 name : SARIF file
8484 path : results.sarif
Original file line number Diff line number Diff line change 1717 version : ${{ steps.set-version.outputs.version }}
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
20+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2121 with :
2222 disable-sudo : true
2323 egress-policy : block
@@ -44,13 +44,13 @@ jobs:
4444 yarn set version 4.5.1
4545
4646 - name : Setup Node.js environment
47- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
47+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
4848 with :
4949 node-version : 20.x
5050 cache : yarn
5151
5252 - name : Cache node modules
53- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5454 env :
5555 cache-name : cache-node-modules
5656 with :
7272 working-directory : web
7373
7474 - name : Create Sentry release
75- uses : getsentry/action-release@ffb64465339ef6fb868e2fc261318d78ae0ed8d9 # v1.10.5
75+ uses : getsentry/action-release@a74facf8a080ecbdf1cb355f16743530d712abb7 # v1.11.0
7676 env :
7777 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
7878 SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
22+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2323 with :
2424 egress-policy : audit
2525
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments