{"id":5873520,"name":"timheuer/bootstrap-dotnet","ecosystem":"actions","description":"Sets up the .NET dependencies of MSBuild, SDK, NuGet","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/timheuer/bootstrap-dotnet","keywords_array":[],"namespace":"timheuer","versions_count":8,"first_release_published_at":"2021-12-16T20:20:26.000Z","latest_release_published_at":"2022-01-12T00:06:50.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-09-03T08:22:13.359Z","created_at":"2023-01-14T00:44:07.571Z","updated_at":"2026-09-03T11:36:44.586Z","registry_url":"https://github.com/timheuer/bootstrap-dotnet","install_command":null,"documentation_url":null,"metadata":{"name":"Setup .NET build dependencies","description":"Sets up the .NET dependencies of MSBuild, SDK, NuGet","branding":{"icon":"download","color":"purple"},"inputs":{"dotnet-version":{"description":"What .NET SDK version to use","required":true,"default":"8.0.x"},"sdk":{"description":"Setup .NET SDK","required":false,"default":"true"},"msbuild":{"description":"Setup MSBuild","required":false,"default":"true"},"nuget":{"description":"Setup NuGet","required":false,"default":"true"},"vstest":{"description":"Setup VSTest","required":false,"default":"false"}},"runs":{"using":"composite","steps":[{"name":"Setup dotnet","if":"inputs.sdk == 'true'","uses":"actions/setup-dotnet@v5","with":{"dotnet-version":"${{ inputs.dotnet-version }}"}},{"name":"Setup MSBuild","if":"inputs.msbuild == 'true' \u0026\u0026 runner.os == 'Windows'","uses":"microsoft/setup-msbuild@v3"},{"name":"Setup NuGet","if":"inputs.nuget == 'true'","uses":"NuGet/setup-nuget@v4"},{"name":"Setup VSTest","if":"inputs.vstest == 'true'","uses":"darenm/Setup-VSTest@v1.3"}]},"default_branch":"main","path":null},"repo_metadata":{"id":65155746,"uuid":"439110925","full_name":"timheuer/bootstrap-dotnet","owner":"timheuer","description":"This is a GitHub Action meant to be used as a composite action for setting up relevant other .NET actions (MSBuild, SDK, NuGet)","archived":false,"fork":false,"pushed_at":"2026-05-07T15:48:08.000Z","size":14,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-08-02T20:06:53.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/timheuer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-16T19:54:33.000Z","updated_at":"2026-05-07T15:54:46.000Z","dependencies_parsed_at":"2024-02-05T22:27:32.251Z","dependency_job_id":"0e998123-a498-4d48-87be-de2f6a148d08","html_url":"https://github.com/timheuer/bootstrap-dotnet","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"2e98488b1728af5794ff00e48b701d90706f643b"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/timheuer/bootstrap-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timheuer","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/sbom","scorecard":{"id":886011,"data":{"date":"2025-08-11","repo":{"name":"github.com/timheuer/bootstrap-dotnet","commit":"2e98488b1728af5794ff00e48b701d90706f643b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"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":"Code-Review","score":0,"reason":"Found 0/13 approved changesets -- score normalized to 0","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":"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":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":"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":-1,"reason":"No tokens found","details":null,"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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"}}]},"last_synced_at":"2025-08-24T10:04:49.221Z","repository_id":65155746,"created_at":"2025-08-24T10:04:49.222Z","updated_at":"2025-08-24T10:04:49.222Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37019415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-03T02:00:05.968Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"timheuer","name":"Tim Heuer","uuid":"4821","kind":"user","description":"Product manager at Microsoft working on .NET and Visual Studio.  Avid cyclist exploring ways to merge more tech in cycling data.","email":"","website":"https://timheuer.com/blog/","location":"Redmond, WA","twitter":"timheuer","company":"@microsoft ","icon_url":"https://avatars.githubusercontent.com/u/4821?u=fab0a3a08f7146e54f29498b2fdab9ec1069bbd9\u0026v=4","repositories_count":361,"last_synced_at":"2024-05-01T10:32:41.640Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/timheuer","funding_links":["https://github.com/sponsors/timheuer"],"total_stars":1284,"followers":421,"following":1,"created_at":"2022-11-03T07:58:54.167Z","updated_at":"2024-05-01T10:33:19.895Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timheuer","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timheuer/repositories"},"tags":[{"name":"v2.1","sha":"297919189407e7c88a8659dc534aa9daafe64908","kind":"commit","published_at":"2024-03-13T05:37:14.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v2.1","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v2.1","dependencies_parsed_at":"2024-03-15T05:44:07.834Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v2.1/manifests"},{"name":"v2","sha":"1a5bfcce56721a7eee4a5ce192e81ce8d55f98c9","kind":"commit","published_at":"2024-02-05T21:08:03.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v2","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v2","dependencies_parsed_at":"2024-02-07T04:16:09.287Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v2/manifests"},{"name":"v1.2","sha":"dac00aac2bb672b5b0f0065ae29626d6b60df6d6","kind":"commit","published_at":"2024-01-26T23:41:27.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v1.2","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v1.2","dependencies_parsed_at":"2024-01-28T04:30:59.559Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.2/manifests"},{"name":"v1","sha":"abc2197370dc01e5fc234630d32ca8aa5469623d","kind":"tag","published_at":"2022-01-12T00:09:23.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v1","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v1","dependencies_parsed_at":"2023-06-04T18:21:37.114Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1/manifests"},{"name":"v1.1.0","sha":"abc2197370dc01e5fc234630d32ca8aa5469623d","kind":"tag","published_at":"2022-01-12T00:06:50.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v1.1.0","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-04T18:21:36.705Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"8a5754d006f51db947cde37b5cee1b1d5f6002f5","kind":"tag","published_at":"2021-12-16T21:13:04.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v1.0.2","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v1.0.2","dependencies_parsed_at":"2023-06-04T18:21:37.550Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"9b1c8b6468632ca511506ab42e3b39efc4ec4233","kind":"tag","published_at":"2021-12-16T21:08:15.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v1.0.1","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-04T18:21:37.953Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"078ee2a5f2a9d622d8be514d5429234a73bf960e","kind":"tag","published_at":"2021-12-16T20:20:26.000Z","download_url":"https://codeload.github.com/timheuer/bootstrap-dotnet/tar.gz/v1.0.0","html_url":"https://github.com/timheuer/bootstrap-dotnet/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-04T18:21:38.337Z","dependency_job_id":null,"purl":"pkg:github/timheuer/bootstrap-dotnet@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-03T11:36:44.585Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":21,"rankings":{"downloads":null,"dependent_repos_count":9.187133576295357,"dependent_packages_count":0.0,"stargazers_count":19.787672318174614,"forks_count":35.11963238789415,"docker_downloads_count":null,"average":16.02360957059103},"purl":"pkg:githubactions/timheuer/bootstrap-dotnet","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/timheuer/bootstrap-dotnet","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/timheuer/bootstrap-dotnet","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/timheuer/bootstrap-dotnet/dependencies","status":null,"funding_links":["https://github.com/sponsors/timheuer"],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-27T20:35:06.267Z","issues_count":3,"pull_requests_count":0,"avg_time_to_close_issue":26321.5,"avg_time_to_close_pull_request":null,"issues_closed_count":2,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":3,"avg_comments_per_issue":0.6666666666666666,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/timheuer%2Fbootstrap-dotnet/issues","maintainers":[{"login":"timheuer","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/timheuer"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/timheuer%2Fbootstrap-dotnet/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/timheuer%2Fbootstrap-dotnet/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/timheuer%2Fbootstrap-dotnet/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/timheuer%2Fbootstrap-dotnet/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/timheuer%2Fbootstrap-dotnet/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/timheuer%2Fbootstrap-dotnet/codemeta","maintainers":[]}