Commit 44b70f7
Disable credential persistence in GitHub Actions workflows (#378)
Add persist-credentials: false to the actions/checkout steps in both
workflows, following the OpenSSF-recommended default. This prevents the
GITHUB_TOKEN from being written to .git/config for later steps.
Claude-Session: https://claude.ai/code/session_01YQQqMUxmvcm7kVSY4azyiN
Co-authored-by: Claude <noreply@anthropic.com>1 parent 739cc73 commit 44b70f7
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments