Skip to content

Commit 058d0fb

Browse files
authored
Merge branch 'develop' into os/web-fix-compile
2 parents 989b411 + bf1527e commit 058d0fb

15 files changed

Lines changed: 1061 additions & 2022 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
continue-on-error: ${{ matrix.checks == 'advisories' }}
413413
steps:
414414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
415-
- uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb # v2
415+
- uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 # v2
416416
with:
417417
command: check ${{ matrix.checks }}
418418

.github/workflows/cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171
- name: Install nextest
72-
uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2
72+
uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1 # v2
7373
with:
7474
tool: nextest
7575
- name: Rust Tests

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: mkdir docs && tar -xvf artifact.tar -C docs
7979
shell: bash
8080
- name: Upload artifacts to CloudFlare Pages
81-
uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3
81+
uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4
8282
with:
8383
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8484
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/fuzzer-fix-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
CRASH_FILE: ${{ steps.extract.outputs.crash_file }}
237237
CRASH_FILE_PATH: ${{ steps.download.outputs.crash_file_path }}
238238
ARTIFACT_URL: ${{ steps.extract.outputs.artifact_url }}
239-
uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1
239+
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1
240240
with:
241241
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
242242
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/report-fuzz-crash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
steps.dedup.outputs.duplicate != 'true' ||
119119
steps.dedup.outputs.confidence != 'exact'
120120
continue-on-error: true
121-
uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1
121+
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1
122122
with:
123123
claude_code_oauth_token: ${{ secrets.claude_code_oauth_token }}
124124
github_token: ${{ secrets.gh_token }}

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Checkout Actions Repository
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
- name: Spell Check Repo
24-
uses: crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef # v1.46.1
24+
uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
path: dist
110110
- name: Deploy to Cloudflare Pages
111111
id: deploy
112-
uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3
112+
uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4
113113
with:
114114
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
115115
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)