Skip to content

Commit bd621fa

Browse files
committed
ci: use persist-credentials: false throughout
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
1 parent 65fed3d commit bd621fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout sources
1515
uses: actions/checkout@v4
16+
with:
17+
persist-credentials: false
1618

1719
- name: Install stable toolchain
1820
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)