Skip to content

Commit

Permalink
Merge pull request #151 from traveltime-dev/actions-checkout-security…
Browse files Browse the repository at this point in the history
…-fix

CI: disable persist-credentials for actions/checkout
  • Loading branch information
gergelytraveltime authored Oct 25, 2024
2 parents a84cbb6 + a7b6f20 commit 5808b19
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -24,6 +24,8 @@ jobs:
- "3.12"
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5808b19

Please sign in to comment.