Skip to content

Commit b4b57ac

Browse files
committed
Merge 'dev' into refactor(web)/migrate-to-wagmi
2 parents e1fda64 + 482a11c commit b4b57ac

File tree

83 files changed

+4629
-13657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+4629
-13657
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,6 @@ updates:
1717
assignees:
1818
- jaybuidl
1919

20-
- package-ecosystem: npm
21-
directory: /contracts
22-
target-branch: dev
23-
schedule:
24-
interval: weekly
25-
open-pull-requests-limit: 10
26-
labels:
27-
- dependencies
28-
assignees:
29-
- jaybuidl
30-
31-
- package-ecosystem: npm
32-
directory: /subgraph
33-
target-branch: dev
34-
schedule:
35-
interval: weekly
36-
open-pull-requests-limit: 10
37-
labels:
38-
- dependencies
39-
assignees:
40-
- jaybuidl
41-
- alcercu
42-
43-
- package-ecosystem: npm
44-
directory: /web
45-
target-branch: dev
46-
schedule:
47-
interval: weekly
48-
open-pull-requests-limit: 10
49-
labels:
50-
- dependencies
51-
assignees:
52-
- jaybuidl
53-
- alcercu
54-
5520
- package-ecosystem: github-actions
5621
directory: /
5722
target-branch: dev
@@ -85,17 +50,6 @@ updates:
8550
assignees:
8651
- jaybuidl
8752

88-
- package-ecosystem: npm
89-
directory: /bot-pinner
90-
target-branch: dev
91-
schedule:
92-
interval: weekly
93-
open-pull-requests-limit: 10
94-
labels:
95-
- dependencies
96-
assignees:
97-
- jaybuidl
98-
9953
- package-ecosystem: pip
10054
directory: /bot-pinner
10155
target-branch: dev

.github/workflows/contracts-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
with:
3636
node-version: 16.x
3737

38-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
38+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
3939

4040
- name: Cache node modules
41-
uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146
41+
uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78
4242
env:
4343
cache-name: cache-node-modules
4444
with:

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
github.com:443
2727
2828
- name: 'Checkout Repository'
29-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
29+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3030
- name: 'Dependency Review'
31-
uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
31+
uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 # v3.0.6

.github/workflows/deploy-bots.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Harden Runner
11-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
11+
uses: step-security/harden-runner@215c5ca5ec7b0ee8425ee2e531db206868f0b83b
1212
with:
1313
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1414

15-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
15+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1616
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
17-
- uses: aws-actions/setup-sam@2993f015a7af30461b7641a256042fe0c6fc0c2e
18-
- uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838
17+
- uses: aws-actions/setup-sam@12a6719db503425e98edcc798b6779590a450e8f
18+
- uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355
1919
with:
2020
aws-access-key-id: ${{ secrets.STAGING_AWS_ACCESS_KEY }}
2121
aws-secret-access-key: ${{ secrets.STAGING_AWS_SECRET_KEY }}

.github/workflows/deploy-subgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: audit
2727

2828
- name: Checkout code
29-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
29+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3030

3131
- name: Set up Node.js
3232
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2

.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5353
with:
5454
persist-credentials: false
5555

@@ -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@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.1.27
87+
uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
8888
with:
8989
sarif_file: results.sarif

.github/workflows/sentry-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
registry.yarnpkg.com:443
2929
sentry.io:443
3030
31-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
31+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
3232

3333
- name: Cache node modules
34-
uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146
34+
uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78
3535
env:
3636
cache-name: cache-node-modules
3737
with:

.whitesource

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"scanSettings": {
3+
"baseBranches": ["dev", "master"]
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "failure",
7+
"displayMode": "diff",
8+
"useMendCheckNames": true
9+
},
10+
"issueSettings": {
11+
"minSeverityLevel": "MEDIUM",
12+
"issueType": "DEPENDENCY",
13+
"customLabels": ["Type: Security🛡️", "dependencies"],
14+
"assignees": ["jaybuidl"]
15+
},
16+
"remediateSettings": {
17+
"workflowRules": {
18+
"enabled": true,
19+
"minVulnerabilityScore": 3,
20+
"maxVulnerabilityScore": 10
21+
}
22+
}
23+
}

bot-pinner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3@sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df
1+
FROM python:3@sha256:2dd2f9000021839e8fba0debd8a2308c7e26f95fdfbc0c728eeb0b5b9a8c6a39
22

33
WORKDIR /usr/src/app
44

bot-pinner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.3.1",
88
"volta": {
99
"node": "16.13.0"
1010
},
@@ -19,6 +19,6 @@
1919
"node": ">=16.13.0"
2020
},
2121
"devDependencies": {
22-
"@dappnode/dappnodesdk": "^0.2.98"
22+
"@dappnode/dappnodesdk": "^0.3.7"
2323
}
2424
}

0 commit comments

Comments
 (0)