Skip to content

Commit 361ed7d

Browse files
committed
security: harden checkout action
1 parent fc5a295 commit 361ed7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212
with:
1313
submodules: recursive
14+
persist-credentials: false
1415
- name: Set up Python 3.14
1516
uses: actions/setup-python@v5
1617
with:

0 commit comments

Comments
 (0)