{"id":5789938,"name":"actions/setup-dotnet","ecosystem":"actions","description":"Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions/setup-dotnet","keywords_array":[],"namespace":"actions","versions_count":51,"first_release_published_at":"2019-08-01T13:26:34.000Z","latest_release_published_at":"2026-02-26T19:31:30.000Z","latest_release_number":"v5.2.0","last_synced_at":"2026-04-05T03:00:30.142Z","created_at":"2023-01-03T17:32:36.723Z","updated_at":"2026-04-05T03:00:30.142Z","registry_url":"https://github.com/actions/setup-dotnet","install_command":null,"documentation_url":null,"metadata":{"name":"Setup .NET Core SDK","description":"Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository","author":"GitHub","branding":{"icon":"play","color":"green"},"inputs":{"dotnet-version":{"description":"Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x, 3.x, 6.0.2xx"},"dotnet-quality":{"description":"Optional quality of the build. The possible values are: daily, signed, validated, preview, ga."},"global-json-file":{"description":"Optional global.json location, if your global.json isn't located in the root of the repo."},"source-url":{"description":"Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword"},"owner":{"description":"Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url"},"config-file":{"description":"Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo."},"cache":{"description":"Optional input to enable caching of the NuGet global-packages folder","required":false,"default":false},"cache-dependency-path":{"description":"Used to specify the path to a dependency file: packages.lock.json. Supports wildcards or a list of file names for caching multiple dependencies.","required":false},"workloads":{"description":"Optional SDK workloads to install for additional platform support. Examples: wasm-tools, maui, aspire.","required":false},"architecture":{"description":"Optional architecture for the .NET install. Supported values: x64, x86, arm64, amd64, arm, s390x, ppc64le, riscv64. If not set, the installer auto-detects the current system architecture.","required":false}},"outputs":{"cache-hit":{"description":"A boolean value to indicate if a cache was hit."},"dotnet-version":{"description":"Contains the installed by action .NET SDK version for reuse."}},"runs":{"using":"node24","main":"dist/setup/index.js","post":"dist/cache-save/index.js","post-if":"success()"},"default_branch":"main","path":null},"repo_metadata":{"id":37336437,"uuid":"192625306","full_name":"actions/setup-dotnet","owner":"actions","description":"Set up your GitHub Actions workflow with a specific version of the .NET core sdk","archived":false,"fork":false,"pushed_at":"2026-02-23T06:51:34.000Z","size":14632,"stargazers_count":1129,"open_issues_count":53,"forks_count":544,"subscribers_count":75,"default_branch":"main","last_synced_at":"2026-02-23T20:28:35.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-18T23:27:54.000Z","updated_at":"2026-02-19T16:47:40.000Z","dependencies_parsed_at":"2024-06-18T10:36:42.462Z","dependency_job_id":"f2446199-91c4-4473-b7dc-1dcd28a9ace7","html_url":"https://github.com/actions/setup-dotnet","commit_stats":{"total_commits":452,"total_committers":59,"mean_commits":7.661016949152542,"dds":0.747787610619469,"last_synced_commit":"87b7050bc53ea08284295505d98d2aa94301e852"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/actions/setup-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/sbom","scorecard":{"id":163792,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions/setup-dotnet","commit":"87c6e1177627274101056947ed58ce11ef42d658"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":5,"reason":"6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'packages' permission set to 'write': .github/workflows/publish-immutable-actions.yml:13","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-immutable-actions.yml:11","Warn: no topLevel permission defined: .github/workflows/basic-validation.yml:1","Warn: no topLevel permission defined: .github/workflows/check-dist.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/e2e-tests.yml:1","Warn: no topLevel permission defined: .github/workflows/licensed.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-immutable-actions.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release-new-action-version.yml:15","Warn: no topLevel permission defined: .github/workflows/test-dotnet.yml:1","Warn: no topLevel permission defined: .github/workflows/update-config-files.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/basic-validation.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/basic-validation.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:95: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:327: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:479: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:565: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:594: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:211: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:453: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:534: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:378: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:622: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:738: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:792: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:280: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:684: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:234: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:303: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:403: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:171: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:191: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:259: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:352: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:503: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:716: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:428: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:649: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:763: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/licensed.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release-new-action-version.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/release-new-action-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-dotnet.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/test-dotnet.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-config-files.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-dotnet/update-config-files.yml/main?enable=pin","Info:   0 out of  40 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/actions/.github/SECURITY.md:1","Info: Found linked content: github.com/actions/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/actions/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'releases/v3'","Warn: branch protection not enabled for branch 'restore-older-v2-release'","Warn: branch protection not enabled for branch 'restore-older-v1-release'","Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":8,"reason":"SAST tool is not run on all commits -- score normalized to 8","details":["Warn: 25 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-5crp-9r3c-p9vr","Warn: Project is vulnerable to: GHSA-7jgj-8wvc-jh57","Warn: Project is vulnerable to: GHSA-cmhx-cq75-c4mj"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T14:18:11.074Z","repository_id":37336437,"created_at":"2025-08-16T14:18:11.074Z","updated_at":"2025-08-16T14:18:11.074Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"actions","name":"GitHub Actions","uuid":"44036562","kind":"organization","description":"Automate your GitHub workflows","email":null,"website":"https://github.com/features/actions","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/44036562?v=4","repositories_count":59,"last_synced_at":"2023-04-09T12:20:28.551Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/actions","funding_links":[],"total_stars":69545,"followers":null,"following":null,"created_at":"2022-11-02T16:25:53.210Z","updated_at":"2024-03-25T18:47:17.736Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions/repositories"},"tags":[{"name":"v5.2.0","sha":"c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7","kind":"commit","published_at":"2026-02-26T19:31:30.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v5.2.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"baa11fbfe1d6520db94683bd5c7a3818018e4309","kind":"commit","published_at":"2026-01-13T23:07:38.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v5.1.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.1.0/manifests"},{"name":"v5.0.1","sha":"2016bd2012dba4e32de620c46fe006a3ac9f0602","kind":"commit","published_at":"2025-11-24T17:04:21.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v5.0.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"d4c94342e560b34958eacfc5d055d21461ed1c5d","kind":"commit","published_at":"2025-09-03T02:50:49.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v5.0.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":"ea1b64a7-dd25-4a5b-bacd-a3cf466c401d","purl":"pkg:github/actions/setup-dotnet@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5.0.0/manifests"},{"name":"v5","sha":"d4c94342e560b34958eacfc5d055d21461ed1c5d","kind":"commit","published_at":"2025-09-03T02:50:49.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v5","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v5","dependencies_parsed_at":null,"dependency_job_id":"342ad683-2ef5-4667-b583-ac087356e3d0","purl":"pkg:github/actions/setup-dotnet@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v5/manifests"},{"name":"v3.4.2","sha":"55ec9447dda3d1cf6bd587150f3262f30ee10815","kind":"commit","published_at":"2025-04-17T18:21:33.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.4.2","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.4.2","dependencies_parsed_at":"2025-08-27T07:51:56.809Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"70918d1a1fac634686d9891df4c3e5de1c886d18","kind":"commit","published_at":"2025-04-17T14:04:29.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.4.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.4.1","dependencies_parsed_at":"2025-08-27T07:51:56.616Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"a6d1e7b915ae77c8e9b38fc13c33c087a9e98437","kind":"commit","published_at":"2025-04-14T03:10:06.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.4.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.4.0","dependencies_parsed_at":"2025-08-27T07:51:56.585Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.4.0/manifests"},{"name":"v4.3.1","sha":"67a3573c9a986a3f9c594539f4ab511d57bb3ce9","kind":"commit","published_at":"2025-03-17T02:47:43.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v4.3.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v4.3.1","dependencies_parsed_at":"2025-08-27T07:51:56.598Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.3.1/manifests"},{"name":"v3.3.1","sha":"b2ace4b12f4cec1b96b6361ff2694ba9e931ceb4","kind":"commit","published_at":"2025-02-20T18:23:35.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.3.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.3.1","dependencies_parsed_at":"2025-08-27T07:51:56.589Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.3.1/manifests"},{"name":"v2.2.1","sha":"8e6bd2905eef86446227f003dda1deb3916c4aaf","kind":"commit","published_at":"2025-02-10T15:11:28.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v2.2.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v2.2.1","dependencies_parsed_at":"2025-08-27T07:51:37.417Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.2.1/manifests"},{"name":"v1.10.1","sha":"871f041373faaad213a635d9afb62905ec029bbb","kind":"commit","published_at":"2025-02-10T15:11:07.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.10.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.10.1","dependencies_parsed_at":"2025-08-27T07:51:37.427Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.10.1/manifests"},{"name":"v4.3.0","sha":"3951f0dfe7a07e2313ec93c75700083e2005cbab","kind":"commit","published_at":"2025-01-29T17:57:00.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v4.3.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v4.3.0","dependencies_parsed_at":"2025-01-31T04:38:54.319Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.3.0/manifests"},{"name":"v4.2.0","sha":"87b7050bc53ea08284295505d98d2aa94301e852","kind":"commit","published_at":"2024-12-26T22:21:39.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v4.2.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v4.2.0","dependencies_parsed_at":"2024-12-28T04:14:15.839Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.2.0/manifests"},{"name":"v3.3.0","sha":"ea9897a6e57642ca932850b656df2880bc7cd2a8","kind":"commit","published_at":"2024-12-26T21:42:59.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.3.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.3.0","dependencies_parsed_at":"2024-12-28T04:14:15.841Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.3.0/manifests"},{"name":"v2.2.0","sha":"aab9aab748f8033383c9d71b9f744b3a8aa20249","kind":"commit","published_at":"2024-12-26T21:00:58.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v2.2.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v2.2.0","dependencies_parsed_at":"2024-12-28T04:14:14.451Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.2.0/manifests"},{"name":"v1.10.0","sha":"71a4fd9b27383962fc5df13a9c871636b43199b4","kind":"commit","published_at":"2024-12-26T20:05:33.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.10.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.10.0","dependencies_parsed_at":"2024-12-28T04:14:14.430Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.10.0/manifests"},{"name":"v4.1.0","sha":"3e891b0cb619bf60e2c25674b222b8940e2c1c25","kind":"commit","published_at":"2024-10-21T18:32:55.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v4.1.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v4.1.0","dependencies_parsed_at":"2024-10-26T12:10:55.799Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.1.0/manifests"},{"name":"v4.0.1","sha":"6bd8b7f7774af54e05809fcc5431931b3eb1ddee","kind":"commit","published_at":"2024-07-08T19:47:49.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v4.0.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v4.0.1","dependencies_parsed_at":"2024-07-11T04:27:06.669Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.0.1/manifests"},{"name":"v4","sha":"4d6c8fcf3c8f7a60068d26b594648e99df24cee3","kind":"commit","published_at":"2023-12-04T14:17:27.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v4","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v4","dependencies_parsed_at":"2023-12-06T04:07:24.494Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4/manifests"},{"name":"v4.0.0","sha":"4d6c8fcf3c8f7a60068d26b594648e99df24cee3","kind":"commit","published_at":"2023-12-04T14:17:27.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v4.0.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v4.0.0","dependencies_parsed_at":"2023-12-06T04:07:24.488Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-dotnet@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v4.0.0/manifests"},{"name":"v3.2.0","sha":"3447fd6a9f9e57506b15f895c5b76d3b197dc7c2","kind":"commit","published_at":"2023-05-29T10:43:18.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.2.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.2.0","dependencies_parsed_at":"2023-06-01T00:24:33.902Z","dependency_job_id":"b057bbcc-908f-4d42-8bcb-fa6cc3a306a3","purl":"pkg:github/actions/setup-dotnet@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"aa983c550dfda0d1722b6ac6aed55724ffacc6d3","kind":"commit","published_at":"2023-05-24T06:41:30.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.1.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.1.0","dependencies_parsed_at":"2023-06-01T00:24:35.185Z","dependency_job_id":"fb9e6a6c-74f2-4e6c-a2ba-978162373b7e","purl":"pkg:github/actions/setup-dotnet@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.1.0/manifests"},{"name":"v3.0.3","sha":"607fce577a46308457984d59e4954e075820f10a","kind":"commit","published_at":"2022-10-24T12:21:32.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.0.3","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.0.3","dependencies_parsed_at":"2023-05-31T19:49:21.678Z","dependency_job_id":"31eb912e-3c9b-4e9a-b421-779107c45c2f","purl":"pkg:github/actions/setup-dotnet@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0","kind":"commit","published_at":"2022-10-10T12:27:29.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.0.2","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.0.2","dependencies_parsed_at":"2023-05-31T16:28:28.598Z","dependency_job_id":"947c260f-f820-47e6-8105-287b77dc93f9","purl":"pkg:github/actions/setup-dotnet@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"45c9f236cf9a0c09d11298348f6ed06bd81914c0","kind":"commit","published_at":"2022-10-04T08:22:05.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.0.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.0.1","dependencies_parsed_at":"2023-05-31T16:28:29.974Z","dependency_job_id":"c7d98d5b-a650-4bf6-a326-57dc5dc6dc89","purl":"pkg:github/actions/setup-dotnet@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.1/manifests"},{"name":"v3","sha":"45c9f236cf9a0c09d11298348f6ed06bd81914c0","kind":"commit","published_at":"2022-10-04T08:22:05.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3","dependencies_parsed_at":"2023-05-31T16:28:31.766Z","dependency_job_id":"a74a24ba-9c72-49f7-9216-09e118ea6810","purl":"pkg:github/actions/setup-dotnet@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3/manifests"},{"name":"v3.0.0","sha":"c7e7147fd3e41056e75a761416c06f5fa781b5fb","kind":"commit","published_at":"2022-09-29T15:45:25.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v3.0.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-31T14:15:03.439Z","dependency_job_id":"e34d5960-afb9-4cae-923e-61fe038d5cf7","purl":"pkg:github/actions/setup-dotnet@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v3.0.0/manifests"},{"name":"v2.1.1","sha":"a351d9ea84bc76ec7508debf02a39d88f8b6c0c0","kind":"commit","published_at":"2022-09-26T08:12:13.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v2.1.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v2.1.1","dependencies_parsed_at":"2023-05-31T13:26:10.527Z","dependency_job_id":"362fb002-cf7c-45bf-9be4-7250032dbe46","purl":"pkg:github/actions/setup-dotnet@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8","kind":"commit","published_at":"2022-04-29T17:54:18.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v2.1.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T16:37:17.294Z","dependency_job_id":"492ccf85-1639-4294-aadf-2f9766f5150f","purl":"pkg:github/actions/setup-dotnet@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.1.0/manifests"},{"name":"v2","sha":"c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8","kind":"commit","published_at":"2022-04-29T17:54:18.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v2","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v2","dependencies_parsed_at":"2023-05-30T16:37:18.316Z","dependency_job_id":"a33cbf22-ebb0-4eb8-9701-f3982eb8c65a","purl":"pkg:github/actions/setup-dotnet@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2/manifests"},{"name":"v2.0.0","sha":"9211491ffb35dd6a6657ca4f45d43dfe6e97c829","kind":"commit","published_at":"2022-02-24T15:33:48.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v2.0.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T16:37:19.287Z","dependency_job_id":"39c1814a-a675-4b04-994c-dbc825a5925c","purl":"pkg:github/actions/setup-dotnet@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v2.0.0/manifests"},{"name":"v1.9.1","sha":"608ee757cfcce72c2e91e99aca128e0cae67de87","kind":"commit","published_at":"2022-02-22T13:38:32.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.9.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.9.1","dependencies_parsed_at":"2023-05-30T16:37:20.291Z","dependency_job_id":"3a2fb9be-25b1-4eaf-88bb-b57815c09576","purl":"pkg:github/actions/setup-dotnet@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.9.1/manifests"},{"name":"v1","sha":"608ee757cfcce72c2e91e99aca128e0cae67de87","kind":"commit","published_at":"2022-02-22T13:38:32.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1","dependencies_parsed_at":"2023-05-30T16:37:21.265Z","dependency_job_id":"e5803822-2c07-4762-9b1c-b33dc09fe037","purl":"pkg:github/actions/setup-dotnet@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1/manifests"},{"name":"v1.9.0","sha":"499789684c9a0d41c9b3f0d66a785ba17b1d51ab","kind":"commit","published_at":"2021-11-23T13:58:49.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.9.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.9.0","dependencies_parsed_at":"2023-05-30T16:37:22.185Z","dependency_job_id":"a83855e1-d753-42b7-9840-368267fda99f","purl":"pkg:github/actions/setup-dotnet@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.9.0/manifests"},{"name":"v1.8.2","sha":"5a3fa01c67e60dba8f95e2878436c7151c4b5f01","kind":"commit","published_at":"2021-09-14T07:17:28.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.8.2","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.8.2","dependencies_parsed_at":"2023-05-30T16:37:23.184Z","dependency_job_id":"508510aa-37f8-48bd-ad78-9f1617fa94fa","purl":"pkg:github/actions/setup-dotnet@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"53063334342b67eb3f5066a7ac9151683aa30b96","kind":"commit","published_at":"2021-06-28T09:09:16.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.8.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.8.1","dependencies_parsed_at":"2023-05-30T16:37:24.014Z","dependency_job_id":"70b73798-e8f6-4c51-9790-2f83ac369de5","purl":"pkg:github/actions/setup-dotnet@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"a71d1eb2c86af85faa8c772c03fb365e377e45ea","kind":"commit","published_at":"2021-05-05T13:49:32.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.8.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.8.0","dependencies_parsed_at":"2023-05-30T16:37:24.771Z","dependency_job_id":"e66e0ef0-8945-462b-be57-f9dec2a79a83","purl":"pkg:github/actions/setup-dotnet@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.8.0/manifests"},{"name":"v1.7.2","sha":"51f68377c181a79065c61bd492bd49be4575c439","kind":"commit","published_at":"2020-09-29T15:12:29.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.7.2","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.7.2","dependencies_parsed_at":"2023-05-30T16:37:25.446Z","dependency_job_id":"a20f3719-0897-43c1-bf72-acd766c31eb0","purl":"pkg:github/actions/setup-dotnet@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"7a98346f51166aa847a6eeafa446690816e007b7","kind":"commit","published_at":"2020-09-24T15:26:00.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.7.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.7.1","dependencies_parsed_at":"2023-05-30T16:37:26.293Z","dependency_job_id":"e8a80460-4e89-4209-9327-47214eccd9b9","purl":"pkg:github/actions/setup-dotnet@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"9d7c66c348ab5f4a3a03ba63dd5b15f59208cdfa","kind":"commit","published_at":"2020-09-21T19:49:32.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.7.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.7.0","dependencies_parsed_at":"2023-05-30T16:37:27.010Z","dependency_job_id":"0907c262-289d-48e6-8001-4c2ae590643a","purl":"pkg:github/actions/setup-dotnet@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b8681684f4df82ee538aeb7d04ee28f99b7e5ac3","kind":"commit","published_at":"2020-08-10T14:20:40.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.6.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.6.0","dependencies_parsed_at":"2023-05-30T16:37:27.643Z","dependency_job_id":"f6059c34-b134-4016-9116-aec09498a834","purl":"pkg:github/actions/setup-dotnet@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"6efb2bd78f16e08562660f8246d6bd76adf6281f","kind":"commit","published_at":"2020-05-29T21:06:34.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.5.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.5.0","dependencies_parsed_at":"2023-05-30T16:37:28.241Z","dependency_job_id":"550e206d-a0ca-43b5-899b-2f9eab796374","purl":"pkg:github/actions/setup-dotnet@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"b7821147f564527086410e8edd122d89b4b9602f","kind":"commit","published_at":"2019-12-20T15:59:45.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.4.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-30T16:37:28.775Z","dependency_job_id":"25878a77-baef-4278-ba87-c4f7e60f3098","purl":"pkg:github/actions/setup-dotnet@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"76585d940e5f55d68876fd283831119d7d7f5cc3","kind":"tag","published_at":"2019-10-21T21:23:08.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.3.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-30T16:37:29.290Z","dependency_job_id":"95004a75-bff3-4cdd-b014-67b310ee8b58","purl":"pkg:github/actions/setup-dotnet@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"bb95ce727fd49ec1a65933419cc7c91747785302","kind":"tag","published_at":"2019-10-21T20:59:19.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.2.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-30T16:37:29.853Z","dependency_job_id":"fc81fdf1-2b27-4831-9b33-b06c0f5ea3bc","purl":"pkg:github/actions/setup-dotnet@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"6c0e2a2a6b8dbd557c411f0bd105b341d4ce40d2","kind":"commit","published_at":"2019-09-12T14:37:27.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.2.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T16:37:30.383Z","dependency_job_id":"c1835279-a66c-4740-83f1-b4f119321931","purl":"pkg:github/actions/setup-dotnet@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"1c11308e52f154b08fc294b00056edf61e0e251a","kind":"commit","published_at":"2019-08-23T14:38:29.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.1.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T16:37:30.875Z","dependency_job_id":"f4649be7-1645-4784-8102-ffcd37b15892","purl":"pkg:github/actions/setup-dotnet@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"56ad7c692775dd91f93f2dc92b2ec61101dde8a7","kind":"commit","published_at":"2019-08-19T18:52:56.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.0.2","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-30T16:37:31.389Z","dependency_job_id":"157671d5-cdb4-443a-97c8-f9cb97658634","purl":"pkg:github/actions/setup-dotnet@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"fe9489df580ee62bc4638711b73f13670f274ffa","kind":"commit","published_at":"2019-08-13T20:05:52.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.0.1","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T16:37:31.945Z","dependency_job_id":"c2bfb465-b859-4f69-a94d-17f62b9d02e7","purl":"pkg:github/actions/setup-dotnet@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"dc30e5defeb4a0047e149c684eab597f5f37f67d","kind":"commit","published_at":"2019-08-01T13:26:34.000Z","download_url":"https://codeload.github.com/actions/setup-dotnet/tar.gz/v1.0.0","html_url":"https://github.com/actions/setup-dotnet/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T16:37:32.515Z","dependency_job_id":"7714d6fe-231c-4018-ba95-4727568c6004","purl":"pkg:github/actions/setup-dotnet@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-03-06T13:02:59.043Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":35709,"rankings":{"downloads":null,"dependent_repos_count":0.060212327681825384,"dependent_packages_count":0.0,"stargazers_count":0.316906987799081,"forks_count":0.07605767707177943,"docker_downloads_count":null,"average":0.11329424813817146},"purl":"pkg:githubactions/actions/setup-dotnet","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions/setup-dotnet","docker_dependents_count":1,"docker_downloads_count":1048994,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions/setup-dotnet","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions/setup-dotnet/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-03-06T07:00:42.193Z","issues_count":146,"pull_requests_count":257,"avg_time_to_close_issue":6114432.336842106,"avg_time_to_close_pull_request":2586238.904522613,"issues_closed_count":95,"pull_requests_closed_count":199,"pull_request_authors_count":72,"issue_authors_count":139,"avg_comments_per_issue":4.705479452054795,"avg_comments_per_pull_request":0.7782101167315175,"merged_pull_requests_count":111,"bot_issues_count":0,"bot_pull_requests_count":72,"past_year_issues_count":26,"past_year_pull_requests_count":58,"past_year_avg_time_to_close_issue":947871.6,"past_year_avg_time_to_close_pull_request":1876098.7222222222,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":36,"past_year_pull_request_authors_count":14,"past_year_issue_authors_count":26,"past_year_avg_comments_per_issue":3.1923076923076925,"past_year_avg_comments_per_pull_request":0.3793103448275862,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":30,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-dotnet/issues","maintainers":[{"login":"zaataylor","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zaataylor"},{"login":"Jcambass","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Jcambass"},{"login":"heavymachinery","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/heavymachinery"},{"login":"rentziass","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rentziass"},{"login":"JamesMGreene","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesMGreene"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-dotnet/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-dotnet/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-dotnet/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-dotnet/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-dotnet/codemeta","maintainers":[]}