{"id":17866207,"url":"https://github.com/xt0rted/dotnet-sdk-updater","last_synced_at":"2026-01-20T06:01:38.446Z","repository":{"id":36972085,"uuid":"458030984","full_name":"xt0rted/dotnet-sdk-updater","owner":"xt0rted","description":"Update global.json files with the latest SDK version","archived":false,"fork":false,"pushed_at":"2025-12-01T06:14:36.000Z","size":4170,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T06:32:20.630Z","etag":null,"topics":["dependabot","dotnet","dotnet-core","dotnet-sdk","github-actions","hacktoberfest"],"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/xt0rted.png","metadata":{"funding":{"github":"xt0rted","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null},"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-11T03:22:57.000Z","updated_at":"2025-12-01T05:45:40.000Z","dependencies_parsed_at":"2025-11-17T07:07:56.923Z","dependency_job_id":null,"html_url":"https://github.com/xt0rted/dotnet-sdk-updater","commit_stats":{"total_commits":373,"total_committers":3,"mean_commits":"124.33333333333333","dds":"0.12600536193029488","last_synced_commit":"ba15702ff3b3d48cc990dc13608f210a9b71c9ac"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/xt0rted/dotnet-sdk-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-sdk-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-sdk-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-sdk-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-sdk-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xt0rted","download_url":"https://codeload.github.com/xt0rted/dotnet-sdk-updater/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-sdk-updater/sbom","scorecard":{"id":368395,"data":{"date":"2025-08-11","repo":{"name":"github.com/xt0rted/dotnet-sdk-updater","commit":"7db778d53893140b4503a52259c49870613dc397"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","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":-1,"reason":"Found no human activity in the last 15 changesets","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":"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":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yml:21","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:25","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:26","Info: jobLevel 'issues' permission set to 'read': .github/workflows/fixup.yml:18","Info: jobLevel 'contents' permission set to 'read': .github/workflows/fixup.yml:17","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependabot-auto-merge.yml:6","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/dependabot-auto-merge.yml:7","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/fixup-commits.yml:6","Warn: no topLevel permission defined: .github/workflows/fixup.yml:1","Info: no jobLevel write permissions found"],"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":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/codeql-analysis.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dependabot-auto-merge.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/dependabot-auto-merge.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/fixup-commits.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/fixup-commits.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/fixup.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/fixup.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/fixup.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/fixup.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/fixup.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/fixup.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/fixup.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/fixup.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/fixup.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/xt0rted/dotnet-sdk-updater/fixup.yml/main?enable=pin","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   3 out of   3 npmCommand 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":"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":"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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"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":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (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":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"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-18T12:25:14.165Z","repository_id":36972085,"created_at":"2025-08-18T12:25:14.165Z","updated_at":"2025-08-18T12:25:14.165Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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"}},"keywords":["dependabot","dotnet","dotnet-core","dotnet-sdk","github-actions","hacktoberfest"],"created_at":"2024-10-28T09:29:06.711Z","updated_at":"2026-01-20T06:01:38.421Z","avatar_url":"https://github.com/xt0rted.png","language":"TypeScript","funding_links":["https://github.com/sponsors/xt0rted"],"categories":[],"sub_categories":[],"readme":"# dotnet-sdk-updater\n\n[![CI](https://github.com/xt0rted/dotnet-sdk-updater/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/xt0rted/dotnet-sdk-updater/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/xt0rted/dotnet-sdk-updater/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/xt0rted/dotnet-sdk-updater/actions/workflows/codeql-analysis.yml)\n\nUpdate `global.json` files with the latest SDK version.\n\n## Usage\n\n\u003c!-- start example --\u003e\n```yaml\n- uses: xt0rted/dotnet-sdk-updater\n```\n\u003c!-- end example --\u003e\n\n## Inputs\n\n\u003c!-- start inputs --\u003e\nName | Description | Default\n-- | -- | --\n`dry-run` | Checks if an update is available but doesn't update the file. | `false`\n`file-location` | The location of the global.json to check. | `./`\n\u003c!-- end inputs --\u003e\n\n## Outputs\n\n\u003c!-- start outputs --\u003e\nName | Description | Example\n-- | -- | --\n`channel` | The major and minor version of the sdk. | `6.0`\n`cve-list` | A json array of any CVEs included in the release. | `[{\"id\": \"CVE-2022-21986\", \"url\": \"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21986\"}]`\n`dry-run` | Same value as the dry-run input. | `false`\n`release-date` | The date of the release. | `2022-02-08`\n`release-notes` | A URL to the release notes for the release. | `https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.2/6.0.2.md`\n`release-version` | The version of the runtime for the release. | `6.0.2`\n`security-release` | If this release contains security fixes. | `true`\n`updated` | If the file was updated with a new version. | `true`\n`updated-version-from` | The starting version in the global.json. | `6.0.101`\n`updated-version-to` | The new version in the global.json. | `6.0.102`\n`update-type` | The difference between the from and to version (major, premajor, minor, preminor, patch, prepatch, or prerelease). | `patch`\n\u003c!-- end outputs --\u003e\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxt0rted%2Fdotnet-sdk-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxt0rted%2Fdotnet-sdk-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxt0rted%2Fdotnet-sdk-updater/lists"}