File tree Expand file tree Collapse file tree 12 files changed +1248
-1091
lines changed Expand file tree Collapse file tree 12 files changed +1248
-1091
lines changed Original file line number Diff line number Diff line change 2626 github.com:443
2727
2828 - name : ' Checkout Repository'
29- uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
29+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3030 - name : ' Dependency Review'
3131 uses : actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
4949 sigstore-tuf-root.storage.googleapis.com:443
5050
5151 - name : " Checkout code"
52- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0
52+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5353 with :
5454 persist-credentials : false
5555
5656 - name : " Run analysis"
57- uses : ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
57+ uses : ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
5858 with :
5959 results_file : results.sarif
6060 results_format : sarif
@@ -76,14 +76,14 @@ jobs:
7676 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7777 # format to the repository Actions tab.
7878 - name : " Upload artifact"
79- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.0
79+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
8080 with :
8181 name : SARIF file
8282 path : results.sarif
8383 retention-days : 5
8484
8585 # Upload the results to GitHub's code scanning dashboard.
8686 - name : " Upload to code-scanning"
87- uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.1.27
87+ uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
8888 with :
8989 sarif_file : results.sarif
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 88 - path : .yarn/plugins/@yarnpkg/plugin-version.cjs
99 spec : " @yarnpkg/plugin-version"
1010
11- yarnPath : .yarn/releases/yarn-3.3 .1.cjs
11+ yarnPath : .yarn/releases/yarn-3.5 .1.cjs
Original file line number Diff line number Diff line change 44 "description" : " Pinning of the court data to decentralized storage." ,
55 "author" : " Kleros" ,
66 "license" : " MIT" ,
7- "packageManager" : " yarn@3.1.0 " ,
7+ "packageManager" : " yarn@3.5.1 " ,
88 "volta" : {
9- "node" : " 16.13 .0"
9+ "node" : " 16.20 .0"
1010 },
1111 "scripts" : {
1212 "build:local" : " docker compose build" ,
1919 "node" : " >=16.13.0"
2020 },
2121 "devDependencies" : {
22- "@dappnode/dappnodesdk" : " ^0.2.98 "
22+ "@dappnode/dappnodesdk" : " ^0.3.0 "
2323 }
2424}
Original file line number Diff line number Diff line change 66 "repository" :
" [email protected] :kleros/kleros-v2.git" ,
77 "author" : " Kleros" ,
88 "license" : " MIT" ,
9- "packageManager" : " yarn@3.1.0 " ,
9+ "packageManager" : " yarn@3.5.1 " ,
1010 "engines" : {
1111 "node" : " >=16.0.0"
1212 },
1313 "volta" : {
14- "node" : " 16.18.1 " ,
15- "yarn" : " 3.3 .1"
14+ "node" : " 16.20.0 " ,
15+ "yarn" : " 3.5 .1"
1616 },
1717 "scripts" : {
1818 "build" : " hardhat compile" ,
Original file line number Diff line number Diff line change 2828 " prettier-config" ,
2929 " tsconfig"
3030 ],
31- "packageManager" : " yarn@3.3 .1" ,
31+ "packageManager" : " yarn@3.5 .1" ,
3232 "volta" : {
33- "node" : " 16.18.1 " ,
34- "yarn" : " 3.3 .1"
33+ "node" : " 16.20.0 " ,
34+ "yarn" : " 3.5 .1"
3535 },
3636 "devDependencies" : {
3737 "@commitlint/cli" : " ^17.6.1" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 GRAPH_LOG : info
2626 stop_grace_period : 5s
2727 ipfs :
28- image : ipfs/go-ipfs:v0.10 .0
28+ image : ipfs/go-ipfs:v0.20 .0
2929 ports :
3030 - " 5001:5001"
3131 volumes :
Original file line number Diff line number Diff line change 1414 "stop-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
1515 },
1616 "volta" : {
17- "node" : " 16.18.1 " ,
18- "yarn" : " 3.3 .1"
17+ "node" : " 16.20.0 " ,
18+ "yarn" : " 3.5 .1"
1919 },
2020 "dependencies" : {
21- "@graphprotocol/graph-ts" : " ^0.29.3 "
21+ "@graphprotocol/graph-ts" : " ^0.30.0 "
2222 },
2323 "devDependencies" : {
24- "@graphprotocol/graph-cli" : " ^0.46.1 " ,
24+ "@graphprotocol/graph-cli" : " ^0.49.0 " ,
2525 "@kleros/kleros-v2-eslint-config" : " workspace:^" ,
2626 "@kleros/kleros-v2-prettier-config" : " workspace:^" ,
2727 "gluegun" : " ^5.1.2"
You can’t perform that action at this time.
0 commit comments