From c27d099d8582e2f5208a629abfdf242e85deb9eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 14:59:33 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14a8939..49593b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,8 +103,8 @@ jobs: name: Fuzz targets runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7 - - uses: Swatinem/rust-cache@v2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - run: sudo apt-get update && sudo apt-get install -y libcrypt-dev # The fuzz crate is a separate workspace that nothing else builds, so it # rots silently: its manifest asked for shadow-core features that no