SEC: avoid leaking credentials in GHA (#2769)

This commit is contained in:
Clément Robert
2026-03-11 19:50:11 +05:30
committed by GitHub
parent 02c132e91e
commit eaf116e303
4 changed files with 20 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: hynek/build-and-inspect-python-package@v2