ci: specify persist-credentials for actions/checkout
Explicitly set `persist-credentials: true` for uses of `actions/checkout` where it's needed (when the job does git operations using the stored credentials) and `persist-credentials: false` where the stored credentials are not later used. This reduces the risk of cached credentials accidentally being leaked via artifacts. Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
D
Daniel Hast committed
0752c5327e8151e1aadb2e1f16f632f116775e32
Parent: 3049508