Skip to content

Commit

Permalink
CI: disable persisting credentials in checkout
Browse files Browse the repository at this point in the history
Thanks zizmor
  • Loading branch information
bradlarsen committed Nov 5, 2024
1 parent b212646 commit a30a42d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Install dependencies
run: ${{ matrix.install_dependencies }}
Expand Down

0 comments on commit a30a42d

Please sign in to comment.