You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At Doctolib, we already had a strong security posture on our GitHub
Actions, but following the [tj-actions repository compromission and the
disclosure of
CVE-2025-30066](https://www.wiz.io/blog/github-action-tj-actions-changed-files-supply-chain-attack-cve-2025-30066),
we are forced to do even better! 💪 We want to pin all external GitHub
Actions versions we use to a commit SHA-1 instead of a floating tag that
can still be overridden by a malicious actor.
FYI, the clippy-check action used in another workflow is not present in
our allowlist and thus cannot be used today. It was also deprecated by
the maintainers so we might want to change that.
https://github.com/actions-rs/clippy-check
0 commit comments