File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
44
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
45
45
with :
46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
20
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
21
21
with :
22
22
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
23
23
24
24
- name : " Checkout Repository"
25
25
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
26
- name : " Dependency Review"
27
- uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
27
+ uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Harden Runner
13
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
13
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
14
14
with :
15
15
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
16
16
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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
11
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
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 33
33
34
34
steps :
35
35
- name : Harden Runner
36
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
36
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
37
37
with :
38
38
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
39
39
43
43
persist-credentials : false
44
44
45
45
- name : " Run analysis"
46
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
46
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
47
47
with :
48
48
results_file : results.sarif
49
49
results_format : sarif
65
65
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
66
66
# format to the repository Actions tab.
67
67
- name : " Upload artifact"
68
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
68
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
69
69
with :
70
70
name : SARIF file
71
71
path : results.sarif
Original file line number Diff line number Diff line change 12
12
"@types/node" : " 20.12.7" ,
13
13
"@types/react" : " 18.3.0" ,
14
14
"@types/react-dom" : " 18.2.17" ,
15
- "diff" : " 5.1.0" ,
16
15
"react" : " 18.3.0" ,
16
+ "diff" : " 5.2.0" ,
17
17
"react-dom" : " 18.2.0" ,
18
18
"react-router-dom" : " 6.20.0" ,
19
19
"react-scripts" : " 5.0.1" ,
53
53
]
54
54
},
55
55
"devDependencies" : {
56
- "@types/diff" : " 5.0.9 " ,
56
+ "@types/diff" : " 5.2.0 " ,
57
57
"cypress" : " 13.6.0" ,
58
58
"eslint-config-prettier" : " 9.1.0" ,
59
59
"prettier" : " 3.2.4"
You can’t perform that action at this time.
0 commit comments