ActionRank

Setup .NET Core SDK

Actively maintained

actions/setup-dotnet · MIT

Set up your GitHub Actions workflow with a specific version of the .NET core sdk

1.2k starsLast commit 10 days agoLatest v6.0.0
B
75
/ 100
Security 70Maintenance 96Popularity 64Reliability 58

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-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0

Mutable tags like v6.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-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0

Score breakdown

Security (35%)70
Popularity (20%)64
Maintenance (30%)96
Reliability (15%)58