Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Do not persist credentials after checkout
See actions/checkout#485 and https://johnstawinski.com/2024/01/11/playing-with-fire-how-we-executed-a-critical-supply-chain-attack-on-pytorch/ In short, it is a terrible idea to persist even our default credentials after checkout. There's no call for that, so we will now set `persist-credentials: false` on all checkout actions.
- Loading branch information