Skip to content

Commit 9c82aaa

Browse files
authored
fix(ci): pin more ci actions (#3578)
## Why? ## What does this PR do? ## Related issues ## AI Contribution Checklist - [ ] Substantial AI assistance was used in this PR: `yes` / `no` - [ ] If `yes`, I included a completed [AI Contribution Checklist](https://github.com/apache/fory/blob/main/AI_POLICY.md#9-contributor-checklist-for-ai-assisted-prs) in this PR description and the required `AI Usage Disclosure`. - [ ] If `yes`, my PR description includes the required `ai_review` summary and screenshot evidence of the final clean AI review results from both fresh reviewers on the current PR diff or current HEAD after the latest code changes. ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark
1 parent d9f300f commit 9c82aaa

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v5
3535

36-
- uses: dtolnay/rust-toolchain@stable
36+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3737

3838
- name: Bump rust version
3939
shell: bash

javascript/packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@apache-fory/core",
33
"version": "0.17.0-alpha.0",
44
"description": "Apache Fory™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy",
5+
"homepage": "https://fory.apache.org/docs/guide/javascript",
56
"main": "dist/index.js",
67
"scripts": {
78
"build": "tsc",

javascript/packages/hps/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@apache-fory/hps",
33
"version": "0.17.0-alpha.0",
44
"description": "Apache Fory™ nodejs high-performance suite",
5+
"homepage": "https://fory.apache.org/docs/guide/javascript",
56
"main": "dist/index.js",
67
"files": [
78
"dist",

0 commit comments

Comments
 (0)