From e29d8d6a693f7fb1a0e4f5191942bbb85b22c58e Mon Sep 17 00:00:00 2001 From: Alfonso Embid-Desmet Date: Mon, 25 May 2026 11:02:18 -0700 Subject: [PATCH] security: pin rust-toolchain@stable to SHA Co-authored-by: Cursor --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1622fde..cf9deba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@stable + - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - run: cargo test python-tests: