Skip to content

Commit ad3bfb3

Browse files
committed
ci: disable persist-credentials in rust.yml
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 7993f1d commit ad3bfb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: windows-latest
88
steps:
99
- uses: actions/checkout@v2
10+
with:
11+
persist-credentials: false
1012
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
1113
shell: bash
1214
- run: ci/test.bash cargo ${{ matrix.target }}

0 commit comments

Comments
 (0)