ActionRank

Setup Haskell

Abandoned

actions/setup-haskell · MIT · archived

Set up your GitHub Actions workflow with a specific version of Haskell (GHC and Cabal)

76 starsLast commit 5 years agoLatest v1.1.4
F
25
/ 100
Security 50Maintenance 0Popularity 36Reliability 0

Security signals

OpenSSF ScorecardNo data
SECURITY.md presentNo
Immutable releasesNot enabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: actions/setup-haskell@048c29979717135f04282c42c2186bb5945b2d8f # v1.1.4

Mutable tags like v1.1.4 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-haskell@048c29979717135f04282c42c2186bb5945b2d8f # v1.1.4

Score breakdown

Security (35%)50
Popularity (20%)36
Maintenance (30%)0
Reliability (15%)0