File tree Expand file tree Collapse file tree 14 files changed +611
-470
lines changed Expand file tree Collapse file tree 14 files changed +611
-470
lines changed Original file line number Diff line number Diff line change @@ -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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .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 :
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 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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
5151 with :
5252 node-version : 20
5353
Original file line number Diff line number Diff line change 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 @@ -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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .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 }}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ enableGlobalCache: false
44
55nodeLinker : node-modules
66
7- yarnPath : .yarn/releases/yarn-4.6 .0.cjs
7+ yarnPath : .yarn/releases/yarn-4.7 .0.cjs
Original file line number Diff line number Diff line change 1111 "node" : " >=16.0.0"
1212 },
1313 "volta" : {
14- "node" : " 18.20.6 "
14+ "node" : " 18.20.7 "
1515 },
1616 "publishConfig" : {
1717 "access" : " public" ,
9292 "ethers" : " ^6.13.5" ,
9393 "graphql" : " ^16.9.0" ,
9494 "graphql-request" : " ^7.1.2" ,
95- "hardhat" : " 2.22.18 " ,
95+ "hardhat" : " 2.22.19 " ,
9696 "hardhat-contract-sizer" : " ^2.10.0" ,
9797 "hardhat-deploy" : " ^0.14.0" ,
9898 "hardhat-deploy-ethers" : " ^0.4.2" ,
106106 "pino-pretty" : " ^10.3.1" ,
107107 "prettier" : " ^3.3.3" ,
108108 "prettier-plugin-solidity" : " ^1.4.2" ,
109- "shelljs" : " ^0.8.5 " ,
109+ "shelljs" : " ^0.9.0 " ,
110110 "solhint-plugin-prettier" : " ^0.1.0" ,
111111 "solidity-coverage" : " ^0.8.13" ,
112112 "ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change 1414 ],
1515 "type" : " module" ,
1616 "volta" : {
17- "node" : " 20.18.3 "
17+ "node" : " 20.19.0 "
1818 },
1919 "publishConfig" : {
2020 "access" : " public" ,
Original file line number Diff line number Diff line change 1515 ],
1616 "type" : " commonjs" ,
1717 "volta" : {
18- "node" : " 20.18.3 "
18+ "node" : " 20.19.0 "
1919 },
2020 "publishConfig" : {
2121 "access" : " public" ,
Original file line number Diff line number Diff line change 2727 " tsconfig" ,
2828 " kleros-app"
2929 ],
30- "packageManager" : " yarn@4.6 .0" ,
30+ "packageManager" : " yarn@4.7 .0" ,
3131 "volta" : {
32- "node" : " 20.18.3 " ,
33- "yarn" : " 4.6 .0"
32+ "node" : " 20.19.0 " ,
33+ "yarn" : " 4.7 .0"
3434 },
3535 "devDependencies" : {
3636 "@commitlint/cli" : " ^17.8.1" ,
6060 "node-fetch" : " npm:node-fetch@2.7.0" ,
6161 "underscore@npm^3.0.4" : " npm:1.12.1" ,
6262 "eth-sig-util@npm:^1.4.2" : " npm:3.0.0" ,
63- "fast-xml-parser" : " npm:fast-xml-parser@4.5.2 " ,
63+ "fast-xml-parser" : " npm:fast-xml-parser@4.5.3 " ,
6464 "@babel/traverse:^7.22.5" : " npm:7.23.6" ,
6565 "yargs-unparser@npm:1.6.0" : " npm:1.6.4" ,
6666 "dompurify@npm:^2.4.0" : " npm:2.5.7" ,
You can’t perform that action at this time.
0 commit comments