ActionRank

Setup Miniconda

Actively maintained

conda-incubator/setup-miniconda · MIT

Set up your GitHub Actions workflow with conda via miniconda

441 starsLast commit 7 days agoLatest v4.0.1
C
68
/ 100
Security 64Maintenance 88Popularity 54Reliability 58

Security signals

OpenSSF Scorecard7.3 / 10
SECURITY.md presentNo
Immutable releasesNot enabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1

Mutable tags like v4.0.1 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: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1

Score breakdown

Security (35%)64
Popularity (20%)54
Maintenance (30%)88
Reliability (15%)58