Skip to content

Commit 51ccc57

Browse files
Merge branch 'main' into chore/cicd-optimizations
2 parents 003b130 + c7a2e74 commit 51ccc57

6 files changed

Lines changed: 19 additions & 17 deletions

File tree

.github/workflows/codeql.yml

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

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
33+
uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.28.1
3434
with:
3535
languages: ${{ matrix.language }}
3636
build-mode: ${{ matrix.build-mode }}
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
39+
uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.28.1
4040
with:
4141
category: "/language:${{ matrix.language }}"

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
6161
6262
- name: Upload findings artifact
63-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
63+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6464
with:
6565
name: hypatia-findings
6666
path: hypatia-findings.json
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Comment on PR with findings
133133
if: github.event_name == 'pull_request' && steps.scan.outputs.findings_count > 0
134-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
134+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
135135
with:
136136
script: |
137137
const fs = require('fs');

.github/workflows/scorecard-enforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
publish_results: true
3232

3333
- name: Upload SARIF
34-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
34+
uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
3535
with:
3636
sarif_file: results.sarif
3737

.github/workflows/scorecard.yml

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

3030
- name: Upload results
31-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.31.8
31+
uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.31.8
3232
with:
3333
sarif_file: results.sarif

rescript-ecosystem/packages/core/compiler-source/packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-node-resolve": "^16.0.0",
18-
"h3": "2.0.1-rc.8",
18+
"h3": "2.0.1-rc.15",
1919
"rollup": "^4.32.0"
2020
}
2121
}

rescript-ecosystem/packages/core/compiler-source/yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,18 +1561,20 @@ __metadata:
15611561
languageName: node
15621562
linkType: hard
15631563

1564-
"h3@npm:2.0.1-rc.8":
1565-
version: 2.0.1-rc.8
1566-
resolution: "h3@npm:2.0.1-rc.8"
1564+
"h3@npm:2.0.1-rc.15":
1565+
version: 2.0.1-rc.15
1566+
resolution: "h3@npm:2.0.1-rc.15"
15671567
dependencies:
15681568
rou3: "npm:^0.7.12"
1569-
srvx: "npm:^0.10.0"
1569+
srvx: "npm:^0.11.8"
15701570
peerDependencies:
15711571
crossws: ^0.4.1
15721572
peerDependenciesMeta:
15731573
crossws:
15741574
optional: true
1575-
checksum: 10c0/663df84dc98b66a975de5cb6667e9b7c6353e24e0cc53a1203625fdf78550a6925d4e91e32db932cfcb6544b8c9b7cb7a4ac2a47fd8784f78763a8ad1bc21150
1575+
bin:
1576+
h3: bin/h3.mjs
1577+
checksum: 10c0/c477b7bef1bdee7150895c7ba61d3e828d5a4f9be3e1cfc4b76190254192aa4d38ae693ab68c69572da7c47d8605996f4c1715de996c30515b1bd72e3b5b4840
15761578
languageName: node
15771579
linkType: hard
15781580

@@ -2404,7 +2406,7 @@ __metadata:
24042406
dependencies:
24052407
"@rescript/react": "npm:^0.14.0"
24062408
"@rollup/plugin-node-resolve": "npm:^16.0.0"
2407-
h3: "npm:2.0.1-rc.8"
2409+
h3: "npm:2.0.1-rc.15"
24082410
rescript: "npm:^12.0.0"
24092411
rollup: "npm:^4.32.0"
24102412
languageName: unknown
@@ -2878,12 +2880,12 @@ __metadata:
28782880
languageName: node
28792881
linkType: hard
28802882

2881-
"srvx@npm:^0.10.0":
2882-
version: 0.10.0
2883-
resolution: "srvx@npm:0.10.0"
2883+
"srvx@npm:^0.11.8":
2884+
version: 0.11.12
2885+
resolution: "srvx@npm:0.11.12"
28842886
bin:
28852887
srvx: bin/srvx.mjs
2886-
checksum: 10c0/ccba4749cda8c9b8a5202f0ade335582e932f12fec0ebe6e8fa7b25bea09897713f69f76983d15654925716b433ddad1403f565dbe57be1fde4159fe6ba4be4b
2888+
checksum: 10c0/b7edecbed95240e4691e3509aa522c015f04bee8c0fba75705d7c220e59f861cb07678446fc13ccda8504beba3185bd50f56e0a0ee5d890c9386a7d9abf97678
28872889
languageName: node
28882890
linkType: hard
28892891

0 commit comments

Comments
 (0)