fix(ci): stabilize self-hosted runner compatibility

This commit is contained in:
xj
2026-03-01 02:32:01 -08:00
parent 30bd2bac71
commit 62e1a123a0
8 changed files with 123 additions and 4 deletions
+6
View File
@@ -9,6 +9,7 @@ on:
- "src/**"
- "crates/**"
- ".github/codeql/**"
- "scripts/ci/self_heal_rust_toolchain.sh"
- ".github/workflows/sec-codeql.yml"
pull_request:
branches: [dev, main]
@@ -18,6 +19,7 @@ on:
- "src/**"
- "crates/**"
- ".github/codeql/**"
- "scripts/ci/self_heal_rust_toolchain.sh"
- ".github/workflows/sec-codeql.yml"
merge_group:
branches: [dev, main]
@@ -59,6 +61,10 @@ jobs:
queries: security-and-quality
- name: Set up Rust
shell: bash
run: ./scripts/ci/self_heal_rust_toolchain.sh 1.92.0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
with:
toolchain: 1.92.0