{"id":7743713,"name":"simenandre/get-commit-changelog","ecosystem":"actions","description":"List commits between two commits as output","homepage":"https://github.com/marketplace/actions/get-commit-changelog","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/simenandre/get-commit-changelog","keywords_array":["action","actions","changelog","github","github-actions"],"namespace":"simenandre","versions_count":4,"first_release_published_at":"2023-04-07T19:25:58.000Z","latest_release_published_at":"2023-04-08T20:06:39.000Z","latest_release_number":"v1.1.1","last_synced_at":"2026-06-10T02:50:16.553Z","created_at":"2023-05-17T08:45:11.865Z","updated_at":"2026-06-10T02:50:16.554Z","registry_url":"https://github.com/simenandre/get-commit-changelog","install_command":null,"documentation_url":null,"metadata":{"name":"get-commit-changelog","description":"List commits between two commits as output","branding":{"icon":"git-commit","color":"yellow"},"inputs":{"base":{"description":"Base commit (from)","required":true},"head":{"description":"Head commit (to). Defaults to ref","default":"${{ github.ref }}","required":false},"token":{"description":"GitHub token","required":false,"default":"${{ github.token }}"},"repository":{"description":"Repository to compare commits in. Defaults to current repository","required":false,"default":"${{ github.repository }}"}},"outputs":{"changelog":{"description":"Changelog","value":"${{ steps.changelog.outputs.result }}"}},"runs":{"using":"composite","steps":[{"name":"Get commits","uses":"actions/github-script@v6","id":"changelog","with":{"github-token":"${{ inputs.token }}","result-encoding":"string","script":"try {\n  const returnAfterDash = (str) =\u003e str.split('-').pop();\n\n  const head = returnAfterDash('${{ inputs.head }}');\n  const base = returnAfterDash('${{ inputs.base }}');\n\n  const fullRepoName = '${{ inputs.repository }}';\n  const [owner, repo] = fullRepoName.split('/');\n\n  const compare = await github.rest.repos.compareCommits({\n    owner,\n    repo,\n    base,\n    head,\n  });\n\n  const parseCommit = (message) =\u003e message.split('\\n')[0].replace('#', `${fullRepoName}#`);\n  const changelog = compare.data.commits.map(commit =\u003e `* ${parseCommit(commit.commit.message)} ([commit](${commit.html_url}))`).join('\\n');\n\n  return changelog;\n} catch {\n  return 'No changes found or failed';\n}\n"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":151877976,"uuid":"624989112","full_name":"simenandre/get-commit-changelog","owner":"simenandre","description":"Generate a list of commits between two commits","archived":false,"fork":false,"pushed_at":"2025-09-04T17:43:33.000Z","size":16,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T14:53:31.106Z","etag":null,"topics":["action","actions","changelog","github","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/get-commit-changelog","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simenandre.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":"2023-04-07T19:14:47.000Z","updated_at":"2023-04-21T20:49:58.000Z","dependencies_parsed_at":"2024-05-20T21:03:30.551Z","dependency_job_id":"d33732bf-e08b-41c8-a60e-25c793bfe293","html_url":"https://github.com/simenandre/get-commit-changelog","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/simenandre/get-commit-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simenandre","download_url":"https://codeload.github.com/simenandre/get-commit-changelog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/sbom","scorecard":{"id":824314,"data":{"date":"2025-08-11","repo":{"name":"github.com/simenandre/get-commit-changelog","commit":"ab6159bcb2451ba9edefad9fa88fa09bc83c83d0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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":"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":"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":"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":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/tag.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/simenandre/get-commit-changelog/tag.yml/main?enable=pin","Info:   2 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party 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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/tag.yml:6","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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":"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: Apache License 2.0: 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"}},{"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 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"}}]},"last_synced_at":"2025-08-23T16:19:59.511Z","repository_id":151877976,"created_at":"2025-08-23T16:19:59.511Z","updated_at":"2025-08-23T16:19:59.511Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275160467,"owners_count":25415785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"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":"simenandre","name":"Simen A. W. Olsen","uuid":"3726815","kind":"user","description":"Founder of @bjerkio and @ayrorg, FOSS-developer and contributor at @pulumi.","email":"","website":"simenandre.no","location":"Oslo, Norway","twitter":"simandrewes","company":"@bjerkio ","icon_url":"https://avatars.githubusercontent.com/u/3726815?u=87a69ebb4c7aeef933a2fc5ce619582fe6b6e742\u0026v=4","repositories_count":86,"last_synced_at":"2025-09-12T14:17:44.483Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/simenandre","funding_links":[],"total_stars":216,"followers":72,"following":91,"created_at":"2022-11-05T07:03:31.301Z","updated_at":"2025-09-12T14:17:44.484Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simenandre","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simenandre/repositories"},"tags":[{"name":"v1","sha":"e54898f8b585eb6c2eb64aed5d6506311bef528b","kind":"commit","published_at":"2023-04-08T20:06:39.000Z","download_url":"https://codeload.github.com/simenandre/get-commit-changelog/tar.gz/v1","html_url":"https://github.com/simenandre/get-commit-changelog/releases/tag/v1","dependencies_parsed_at":"2023-06-02T00:53:55.194Z","dependency_job_id":null,"purl":"pkg:github/simenandre/get-commit-changelog@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1/manifests"},{"name":"v1.1.1","sha":"e54898f8b585eb6c2eb64aed5d6506311bef528b","kind":"commit","published_at":"2023-04-08T20:06:39.000Z","download_url":"https://codeload.github.com/simenandre/get-commit-changelog/tar.gz/v1.1.1","html_url":"https://github.com/simenandre/get-commit-changelog/releases/tag/v1.1.1","dependencies_parsed_at":"2023-06-02T00:53:55.198Z","dependency_job_id":null,"purl":"pkg:github/simenandre/get-commit-changelog@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"d1508a730ff43c4696965744db3389cd916d2b47","kind":"commit","published_at":"2023-04-07T20:06:06.000Z","download_url":"https://codeload.github.com/simenandre/get-commit-changelog/tar.gz/v1.1.0","html_url":"https://github.com/simenandre/get-commit-changelog/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-02T00:53:55.192Z","dependency_job_id":null,"purl":"pkg:github/simenandre/get-commit-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"69b7eaeff9e5061aea6a8b524549d7327d9375c5","kind":"commit","published_at":"2023-04-07T19:25:58.000Z","download_url":"https://codeload.github.com/simenandre/get-commit-changelog/tar.gz/v1.0.0","html_url":"https://github.com/simenandre/get-commit-changelog/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-02T00:53:55.180Z","dependency_job_id":null,"purl":"pkg:github/simenandre/get-commit-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-14T20:17:54.729Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.605292346696245,"dependent_packages_count":0.0,"stargazers_count":48.340991918871815,"forks_count":35.1386468071621,"docker_downloads_count":null,"average":26.02123276818254},"purl":"pkg:githubactions/simenandre/get-commit-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/simenandre/get-commit-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/simenandre/get-commit-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/simenandre/get-commit-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-16T05:27:31.429Z","issues_count":1,"pull_requests_count":6,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":442373.25,"issues_closed_count":0,"pull_requests_closed_count":4,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":2,"bot_issues_count":1,"bot_pull_requests_count":5,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":16.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":0,"past_year_avg_comments_per_issue":null,"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":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simenandre%2Fget-commit-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simenandre%2Fget-commit-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simenandre%2Fget-commit-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simenandre%2Fget-commit-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simenandre%2Fget-commit-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simenandre%2Fget-commit-changelog/codemeta","maintainers":[]}