From 02ae72121ea8b50e251993c757bb221645ceec9a Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 23 Mar 2026 22:48:54 +0100 Subject: [PATCH 1/2] chore: Pin github actions to commit This PR pins all GitHub actions in this repository to a specific git SHA. It was created automatically. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd90ded..bcfed38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Rust uses: dtolnay/rust-toolchain@stable @@ -23,7 +23,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo directories - uses: actions/cache@v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | ~/.cargo/registry @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Rust uses: dtolnay/rust-toolchain@stable From 0a4d95357d73a2c142d1ffd14bc16bf9c2674521 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 23 Mar 2026 23:03:36 +0100 Subject: [PATCH 2/2] chore: Pin github actions to commit This PR pins all GitHub actions in this repository to a specific git SHA. It was created automatically. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcfed38..018d02a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable with: components: rustfmt, clippy @@ -53,8 +53,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Rust - uses: dtolnay/rust-toolchain@stable - + uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable - name: Build docs run: cargo doc --no-deps --all-features env: