Setup Python
Actively maintainedactions/setup-python · MIT
Set up your GitHub Actions workflow with a specific version of Python
★ 2.2k starsLast commit 6 days agoLatest v7.0.0
B
76
/ 100
Security signals
OpenSSF Scorecard6.6 / 10
SECURITY.md presentNo
Immutable releasesEnabled
Known vulnerabilitiesNone on record
How to use it safely
Recommended: pin to commit SHA
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0Mutable tags like v7.0.0 can be rewritten to point at malicious commits. Pinning to the full commit SHA is the only reference GitHub guarantees immutable.
Full workflow example
steps: - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
Score breakdown
Security (35%)70
Popularity (20%)70
Maintenance (30%)96
Reliability (15%)58
Add this badge to your README
Markdown
[](https://actionrank.dev/actions/actions-setup-python)HTML version
HTML
<a href="https://actionrank.dev/actions/actions-setup-python"><img src="https://actionrank.dev/api/badge/actions-setup-python" alt="ActionRank score"></a>Free to use, no attribution required — the badge updates itself as the score changes. How badges work