Index: .github/workflows/rust-clippy.yml ================================================================== --- .github/workflows/rust-clippy.yml +++ .github/workflows/rust-clippy.yml @@ -16,11 +16,13 @@ if: github.event_name == 'push' || (github.head_ref != 'master' && github.head_ref != 'release') permissions: contents: read steps: # SETUP - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 + with: + persist-credentials: false - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - uses: mozilla-actions/sccache-action@v0.0.10 # TESTS