File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}"
Original file line number Diff line number Diff line change 1818 find . -type f -perm /111 -name "*.sh" | head -10 || true
1919
2020 - name : Check for secrets
21- uses : trufflesecurity/trufflehog@7c0734f987ad0bb30ee8da210773b800ee2016d3 # v3.93.4
21+ uses : trufflesecurity/trufflehog@c3e599b7163e8198a55467f3133db0e7b2a492cb # v3.93.7
2222 with :
2323 path : ./
2424 base : ${{ github.event.pull_request.base.sha || github.event.before }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1818 fetch-depth : 0 # Full history for scanning
1919
2020 - name : TruffleHog Secret Scan
21- uses : trufflesecurity/trufflehog@7c0734f987ad0bb30ee8da210773b800ee2016d3 # v3
21+ uses : trufflesecurity/trufflehog@c3e599b7163e8198a55467f3133db0e7b2a492cb # v3
2222 with :
2323 extra_args : --only-verified --fail
2424
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 2525# Clean build artifacts
2626clean :
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 riscv64 gc-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments