From 8202add358c64a19e4bf162d759757a57e44416a Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sat, 14 Dec 2024 13:34:31 +0000 Subject: [PATCH] pipeline security (#12) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e214a17..e34ff2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,8 @@ jobs: target: x86_64-pc-windows-msvc steps: - uses: actions/checkout@v4 + with: + persistent-credentials: false - name: Install Rust (rustup) run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }} shell: bash