Skip to content

Commit

Permalink
ci: use persist-credentials: false throughout
Browse files Browse the repository at this point in the history
We already do this in most of the other Rustls crates, and Zizmor 0.7.0
flags[0] its absence in this repo.

[0]: https://woodruffw.github.io/zizmor/audits/#artipacked
  • Loading branch information
cpu committed Dec 6, 2024
1 parent 93dbdf0 commit cd399ab
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 @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
Expand All @@ -39,6 +41,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
Expand All @@ -65,6 +69,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
Expand All @@ -84,6 +90,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
persist-credentials: false

- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit cd399ab

Please sign in to comment.