This repository was archived by the owner on Feb 9, 2025. It is now read-only.
File tree 3 files changed +81
-448
lines changed
3 files changed +81
-448
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- name : Run CodeQL
28
28
uses : github/codeql-action/analyze@v2
29
-
29
+
30
30
sca :
31
31
name : Dependency Scan
32
32
runs-on : ubuntu-latest
@@ -54,41 +54,41 @@ jobs:
54
54
format : ' table'
55
55
severity : ' CRITICAL'
56
56
exit-code : ' 1'
57
-
57
+
58
58
- name : Upload scan results
59
- uses : github/codeql-action/upload-sarif@v2
59
+ uses : github/codeql-action/upload-sarif@v3
60
60
if : always()
61
61
with :
62
62
sarif_file : ' trivy-results.sarif'
63
63
64
64
test :
65
- name : Run Tests
66
- runs-on : ubuntu-latest
67
- steps :
68
- - name : Checkout repository
69
- uses : actions/checkout@v4
65
+ name : Run Tests
66
+ runs-on : ubuntu-latest
67
+ steps :
68
+ - name : Checkout repository
69
+ uses : actions/checkout@v4
70
70
71
- - name : Setup Node
72
- uses : actions/setup-node@v4
73
- with :
74
- node-version : 20
75
- cache : yarn
71
+ - name : Setup Node
72
+ uses : actions/setup-node@v4
73
+ with :
74
+ node-version : 20
75
+ cache : yarn
76
76
77
- - name : Cache dependencies
78
- uses : actions/cache@v3
79
- with :
80
- path : ' **/node_modules'
81
- key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
77
+ - name : Cache dependencies
78
+ uses : actions/cache@v3
79
+ with :
80
+ path : ' **/node_modules'
81
+ key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
82
82
83
- - name : Install dependencies
84
- run : yarn ci
83
+ - name : Install dependencies
84
+ run : yarn ci
85
85
86
- - name : Run tests
87
- run : yarn test-all
86
+ - name : Run tests
87
+ run : yarn test-all
88
88
89
89
pass :
90
90
name : All tests pass
91
91
needs : ['sast', 'sca', 'test']
92
92
runs-on : ubuntu-latest
93
93
steps :
94
- - run : echo ok
94
+ - run : echo ok
Original file line number Diff line number Diff line change 30
30
},
31
31
"dependencies" : {
32
32
"@blockworks-foundation/mango-mints-redemption" : " 0.0.11" ,
33
- "@blockworks-foundation/mango-v4" : " 0.33.5 " ,
33
+ "@blockworks-foundation/mango-v4" : " 0.33.6 " ,
34
34
"@blockworks-foundation/mango-v4-settings" : " 0.14.24" ,
35
- "@blockworks-foundation/mangolana" : " 0.0.18 " ,
35
+ "@blockworks-foundation/mangolana" : " 0.1.2 " ,
36
36
"@bonfida/spl-name-service" : " 0.1.47" ,
37
37
"@bundlr-network/client" : " 0.7.15" ,
38
38
"@carbon/icons-react" : " 11.7.0" ,
You can’t perform that action at this time.
0 commit comments