Skip to content

Commit 2c1d8d9

Browse files
Merge branch 'main' into dependabot/github_actions/trufflesecurity/trufflehog-3.93.7
2 parents e4a96de + 8bda60c commit 2c1d8d9

77 files changed

Lines changed: 124 additions & 651 deletions

File tree

Some content is hidden

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

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.28.1
32+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
3333
with:
3434
languages: ${{ matrix.language }}
3535
build-mode: ${{ matrix.build-mode }}
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.28.1
38+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
3939
with:
4040
category: "/language:${{ matrix.language }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
results_format: sarif
2828

2929
- name: Upload results
30-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.31.8
30+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.31.8
3131
with:
3232
sarif_file: results.sarif

ada-ecosystem/ada-loom-registry/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

coq-ecosystem/coq-jr/deno.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
55
"build:res": "npx rescript build",
66
"clean:res": "npx rescript clean",
77
"dev": "deno run --allow-net --allow-read server.ts",
8-
"serve": "deno run --allow-net --allow-read server.ts"
8+
"serve": "deno run --allow-net --allow-read server.ts",
9+
"res:build": "rescript build",
10+
"res:clean": "rescript clean",
11+
"res:watch": "rescript build -w"
912
},
1013
"imports": {
1114
"@std/http": "jsr:@std/http@^1.0.0",
12-
"@std/path": "jsr:@std/path@^1.0.0"
15+
"@std/path": "jsr:@std/path@^1.0.0",
16+
"rescript": "^12.0.0"
1317
},
1418
"compilerOptions": {
15-
"lib": ["deno.window", "dom"]
19+
"lib": [
20+
"deno.window",
21+
"dom"
22+
]
1623
}
17-
}
24+
}

coq-ecosystem/coq-jr/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

coq-ecosystem/coq-jr/package-lock.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

coq-ecosystem/coq-jr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"res:watch": "rescript build -w"
1010
},
1111
"devDependencies": {
12-
"rescript": "^11.1.0"
12+
"rescript": "^12.0.0"
1313
},
1414
"dependencies": {}
1515
}

examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

julia-ecosystem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit afff484f5f2a1e16db8eebd1530bba942d16afee
1+
Subproject commit 250cd933fddf7a8e334281f10b65ab9fcec32fd2

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ lint:
2525
# Clean build artifacts
2626
clean:
2727
@echo "Clean not configured yet"
28+
29+
# [AUTO-GENERATED] Multi-arch / RISC-V target
30+
build-riscv:
31+
@echo "Building for RISC-V..."
32+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)