{"id":5803989,"name":"joncloud/makensis-action","ecosystem":"actions","description":"Nullsoft scriptable install system action","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/joncloud/makensis-action","keywords_array":["actions","build","installer","nsis","windows"],"namespace":"joncloud","versions_count":16,"first_release_published_at":"2020-01-30T05:09:20.000Z","latest_release_published_at":"2025-09-14T06:21:27.000Z","latest_release_number":"v5.0","last_synced_at":"2026-08-06T23:38:42.811Z","created_at":"2023-01-04T14:47:27.928Z","updated_at":"2026-08-06T23:38:42.811Z","registry_url":"https://github.com/joncloud/makensis-action","install_command":null,"documentation_url":null,"metadata":{"name":"makensis","description":"Nullsoft scriptable install system action","inputs":{"script-file":{"description":"Path to the .nsi script file","required":false,"default":"install.nsi"},"arguments":{"description":"Arguments to makensis.exe","required":false,"default":""},"additional-plugin-paths":{"description":"Newline-delimited list of paths to load plugins from","required":false,"default":""}},"runs":{"using":"node24","main":"dist/index.js"},"branding":{"icon":"triangle","color":"blue"},"default_branch":"publish","path":null},"repo_metadata":{"id":40705468,"uuid":"237128483","full_name":"joncloud/makensis-action","owner":"joncloud","description":"Nullsoft scriptable install system GitHub action","archived":false,"fork":false,"pushed_at":"2025-09-14T06:25:30.000Z","size":7890,"stargazers_count":35,"open_issues_count":3,"forks_count":10,"subscribers_count":1,"default_branch":"publish","last_synced_at":"2026-08-06T15:51:27.758Z","etag":null,"topics":["actions","build","installer","nsis","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/joncloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-01-30T03:01:44.000Z","updated_at":"2026-08-04T02:21:11.000Z","dependencies_parsed_at":"2024-06-18T15:59:38.669Z","dependency_job_id":"54f66763-562f-4a3b-b23c-061a97c61dbc","html_url":"https://github.com/joncloud/makensis-action","commit_stats":{"total_commits":113,"total_committers":6,"mean_commits":"18.833333333333332","dds":"0.15929203539823011","last_synced_commit":"d8082fc203bbdf74782dc31767ab42e15fd34583"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/joncloud/makensis-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joncloud","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/refs/heads/publish","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/sbom","scorecard":{"id":530697,"data":{"date":"2025-08-11","repo":{"name":"github.com/joncloud/makensis-action","commit":"1c9f4bf2ea0c771147db31a2f3a7f5d8705c0105"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"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":"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":"Code-Review","score":0,"reason":"Found 1/11 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":"Binary-Artifacts","score":7,"reason":"binaries present in source code","details":["Warn: binary detected: test/EnVar/amd64-unicode/EnVar.dll:1","Warn: binary detected: test/EnVar/x86-ansi/EnVar.dll:1","Warn: binary detected: test/EnVar/x86-unicode/EnVar.dll:1"],"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: no topLevel permission defined: .github/workflows/node.js.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":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node.js.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joncloud/makensis-action/node.js.yml/publish?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node.js.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joncloud/makensis-action/node.js.yml/publish?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node.js.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/joncloud/makensis-action/node.js.yml/publish?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   1 out of   1 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 27 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-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5"],"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-20T05:39:13.030Z","repository_id":40705468,"created_at":"2025-08-20T05:39:13.030Z","updated_at":"2025-08-20T05:39:13.030Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36353364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"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"},"owner_record":{"login":"joncloud","name":"Jonathan Berube","uuid":"442836","kind":"user","description":"software engineer","email":"","website":"https://www.jon-cloud.net","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/442836?u=18c38555618b15a5cd1d26ed84abd1c60ea86850\u0026v=4","repositories_count":59,"last_synced_at":"2026-08-06T07:41:40.959Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joncloud","funding_links":[],"total_stars":112,"followers":20,"following":0,"created_at":"2022-11-07T16:13:26.847Z","updated_at":"2026-08-06T07:41:40.977Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joncloud","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joncloud/repositories"},"tags":[{"name":"v5.0","sha":"971ef20f43e4f9f3af2c7f276cb7348d033da1cd","kind":"tag","published_at":"2025-09-14T06:21:27.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v5.0","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v5.0","dependencies_parsed_at":null,"dependency_job_id":"3291b51f-0e34-4ca5-adef-fd21d0ea7dfe","purl":"pkg:github/joncloud/makensis-action@v5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v5.0/manifests"},{"name":"v4.1","sha":"561d76871500012f47af96d29c1c3ddd156f00d0","kind":"tag","published_at":"2024-02-06T05:36:17.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v4.1","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v4.1","dependencies_parsed_at":"2024-02-07T04:12:18.119Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v4.1/manifests"},{"name":"v4.0","sha":"d8082fc203bbdf74782dc31767ab42e15fd34583","kind":"tag","published_at":"2024-02-06T05:35:58.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v4.0","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v4.0","dependencies_parsed_at":"2024-02-07T04:12:18.089Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v4.0/manifests"},{"name":"v4","sha":"c481d9faa93b9189844ea92c602866e7b4f7371b","kind":"tag","published_at":"2023-01-22T21:12:16.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v4","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v4","dependencies_parsed_at":"2023-06-02T00:36:25.407Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v4/manifests"},{"name":"v3.7","sha":"05fcb06c41af46da367cb27b8948be9524c3bcec","kind":"tag","published_at":"2022-06-25T20:30:19.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.7","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.7","dependencies_parsed_at":"2023-05-30T18:01:02.493Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.7/manifests"},{"name":"v3.6","sha":"f94bbd6eecff6df1d8e4b9283c5b075c0cdd3cc7","kind":"tag","published_at":"2021-07-08T03:17:44.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.6","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.6","dependencies_parsed_at":"2023-05-30T18:01:03.032Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.6/manifests"},{"name":"v3.5","sha":"18ba43d8e0eaa02d6d0a302e74a3468b5a96786a","kind":"tag","published_at":"2021-04-03T03:52:20.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.5","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.5","dependencies_parsed_at":"2023-05-30T18:01:03.554Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.5/manifests"},{"name":"v3.4","sha":"96c766f3872b2cf7bc61b1de56913d708a0a5ab2","kind":"tag","published_at":"2020-10-01T17:49:19.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.4","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.4","dependencies_parsed_at":"2023-05-30T18:01:04.044Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.4/manifests"},{"name":"v3.3","sha":"5834ecb5add98a9e12ccdb7307438f77c4bf228d","kind":"tag","published_at":"2020-09-10T04:00:14.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.3","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.3","dependencies_parsed_at":"2023-05-30T18:01:04.475Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.3/manifests"},{"name":"v3.2","sha":"4eee3634d2e33c38fd4c9e7c346c83aa1a373c55","kind":"tag","published_at":"2020-09-10T02:05:28.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.2","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.2","dependencies_parsed_at":"2023-05-30T18:01:05.078Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.2/manifests"},{"name":"v3.1","sha":"89f133cdaa01fdbf05e8cdbbb7b8337755c5c070","kind":"tag","published_at":"2020-09-07T20:41:34.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.1","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.1","dependencies_parsed_at":"2023-05-30T18:01:05.760Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.1/manifests"},{"name":"v3.0","sha":"065e913fdae136279a31b89a4edd0bf7102ce66d","kind":"tag","published_at":"2020-08-29T02:08:23.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v3.0","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v3.0","dependencies_parsed_at":"2023-05-30T18:01:06.286Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v3.0/manifests"},{"name":"v2.0","sha":"17c8b36ed8d0f7c6781259241b8be151657bf739","kind":"commit","published_at":"2020-05-21T16:36:22.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v2.0","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v2.0","dependencies_parsed_at":"2023-05-30T18:01:06.688Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v2.0/manifests"},{"name":"v1.2","sha":"50617b0ca4519bcc6f3c0bb0b708d756fc1c98e8","kind":"commit","published_at":"2020-05-21T02:36:17.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v1.2","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v1.2","dependencies_parsed_at":"2023-05-30T18:01:07.089Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v1.2/manifests"},{"name":"v1.1","sha":"db31fc6326c7ec8a643d2edf61cfa3500671f167","kind":"commit","published_at":"2020-04-29T23:17:16.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v1.1","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v1.1","dependencies_parsed_at":"2023-05-30T18:01:07.502Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v1.1/manifests"},{"name":"v1","sha":"d6d7d5bc1defe0f0987b3bb6b2242b7b8291231a","kind":"commit","published_at":"2020-01-30T05:09:20.000Z","download_url":"https://codeload.github.com/joncloud/makensis-action/tar.gz/v1","html_url":"https://github.com/joncloud/makensis-action/releases/tag/v1","dependencies_parsed_at":"2023-05-30T18:01:07.924Z","dependency_job_id":null,"purl":"pkg:github/joncloud/makensis-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/tags/v1/manifests"}]},"repo_metadata_updated_at":"2026-08-06T23:38:42.787Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":198,"rankings":{"downloads":null,"dependent_repos_count":3.165900808112819,"dependent_packages_count":0.0,"stargazers_count":7.143083504991285,"forks_count":6.753287909998415,"docker_downloads_count":0.07605767707177943,"average":3.4276659800348597},"purl":"pkg:githubactions/joncloud/makensis-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/joncloud/makensis-action","docker_dependents_count":1,"docker_downloads_count":971148683,"usage_url":"https://repos.ecosyste.ms/usage/actions/joncloud/makensis-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/joncloud/makensis-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-23T22:56:01.335Z","issues_count":5,"pull_requests_count":39,"avg_time_to_close_issue":917123.25,"avg_time_to_close_pull_request":1498268.1621621621,"issues_closed_count":4,"pull_requests_closed_count":37,"pull_request_authors_count":5,"issue_authors_count":5,"avg_comments_per_issue":3.6,"avg_comments_per_pull_request":0.4358974358974359,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":10,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":2226.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fmakensis-action/issues","maintainers":[{"login":"joncloud","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/joncloud"}],"active_maintainers":[{"login":"joncloud","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/joncloud"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/joncloud%2Fmakensis-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/joncloud%2Fmakensis-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/joncloud%2Fmakensis-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/joncloud%2Fmakensis-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/joncloud%2Fmakensis-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/joncloud%2Fmakensis-action/codemeta","maintainers":[]}