Skip to content

Commit

Permalink
ci: don't persist creds in check.yaml
Browse files Browse the repository at this point in the history
This fixes two small findings from `zizmor` for unnecessary credential-persistence.
  • Loading branch information
woodruffw authored Dec 15, 2024
1 parent 035ea35 commit 77689c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -40,6 +42,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 77689c5

Please sign in to comment.