From e83b768e25f7a9fda70626a4d4ca8002dfa1508b Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sat, 14 Dec 2024 13:32:38 +0000 Subject: [PATCH] pipeline security --- .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