Skip to content

Commit

Permalink
Set checkout persist-credentials to false
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Jan 3, 2025
1 parent 11278ce commit 612830c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install Rust ${{ matrix.rust }}
run: rustup toolchain install ${{ matrix.rust }}
- name: Run cargo build
Expand All @@ -28,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Update Rust
run: rustup update stable
- name: Run cargo fmt
Expand All @@ -37,6 +41,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Update Rust
run: rustup update stable
- name: Run clippy
Expand All @@ -46,4 +52,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: EmbarkStudios/cargo-deny-action@v1

0 comments on commit 612830c

Please sign in to comment.