File tree Expand file tree Collapse file tree 20 files changed +1254
-1237
lines changed Expand file tree Collapse file tree 20 files changed +1254
-1237
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Harden Runner
41
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
41
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
42
42
with :
43
43
egress-policy : audit
44
44
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Harden Runner
27
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
27
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
28
28
with :
29
29
disable-sudo : false
30
30
egress-policy : block
@@ -50,13 +50,13 @@ jobs:
50
50
yarn set version 4.5.1
51
51
52
52
- name : Setup Node.js environment
53
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
53
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
54
54
with :
55
55
node-version : 20.x
56
56
cache : yarn
57
57
58
58
- name : Cache node modules
59
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
59
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
60
60
env :
61
61
cache-name : cache-node-modules
62
62
with :
71
71
run : yarn workspace @kleros/kleros-v2-contracts install
72
72
73
73
- name : Install Foundry
74
- uses : foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
74
+ uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
75
75
76
76
- name : Install lcov
77
77
run : sudo apt-get install -y lcov
81
81
working-directory : contracts
82
82
83
83
- name : Upload a build artifact
84
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85
85
with :
86
86
name : code-coverage-report
87
87
path : contracts/coverage
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
23
23
with :
24
24
disable-sudo : true
25
25
egress-policy : block
34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
36
36
- name : ' Dependency Review'
37
- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
37
+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
38
38
with :
39
39
base-ref : ${{ github.event.pull_request.base.sha || 'dev' }}
40
40
head-ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Harden Runner
11
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
11
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
12
12
with :
13
13
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
14
14
Original file line number Diff line number Diff line change 35
35
environment : ${{ inputs.graph_environment }}
36
36
steps :
37
37
- name : Harden Runner
38
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
38
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
39
39
with :
40
40
egress-policy : audit
41
41
47
47
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
49
49
- name : Set up Node.js
50
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
50
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
51
51
with :
52
52
node-version : 20
53
53
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Harden Runner
35
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
35
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
36
36
with :
37
37
disable-sudo : true
38
38
egress-policy : block
56
56
persist-credentials : false
57
57
58
58
- name : " Run analysis"
59
- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
59
+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
60
60
with :
61
61
results_file : results.sarif
62
62
results_format : sarif
78
78
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
79
79
# format to the repository Actions tab.
80
80
- name : " Upload artifact"
81
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82
82
with :
83
83
name : SARIF file
84
84
path : results.sarif
Original file line number Diff line number Diff line change 17
17
version : ${{ steps.set-version.outputs.version }}
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
20
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
21
21
with :
22
22
disable-sudo : true
23
23
egress-policy : block
@@ -44,13 +44,13 @@ jobs:
44
44
yarn set version 4.5.1
45
45
46
46
- name : Setup Node.js environment
47
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
47
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
48
48
with :
49
49
node-version : 20.x
50
50
cache : yarn
51
51
52
52
- name : Cache node modules
53
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
54
54
env :
55
55
cache-name : cache-node-modules
56
56
with :
72
72
working-directory : web
73
73
74
74
- name : Create Sentry release
75
- uses : getsentry/action-release@ffb64465339ef6fb868e2fc261318d78ae0ed8d9 # v1.10.5
75
+ uses : getsentry/action-release@a74facf8a080ecbdf1cb355f16743530d712abb7 # v1.11.0
76
76
env :
77
77
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
78
78
SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
23
23
with :
24
24
egress-policy : audit
25
25
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