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 7, 2024
1 parent ddc2aec commit d844970
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: brew tap rustls/ci --custom-remote .
- run: brew audit --online --strict rustls/ci/curl

test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: brew tap rustls/ci --custom-remote .
- run: brew reinstall --verbose rustls/ci/curl
- run: brew test rustls/ci/curl
Expand All @@ -28,5 +32,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: brew tap rustls/ci --custom-remote .
- run: brew style rustls/ci/curl

0 comments on commit d844970

Please sign in to comment.