Skip to content

Commit

Permalink
🔒️ Improved github actions security by disabling persist credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-INSA committed Sep 9, 2024
1 parent 4824d22 commit 3f4b16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_linter_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Install python-ldap requirements
run: sudo apt install -y libldap-dev libsasl2-dev
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 3f4b16f

Please sign in to comment.