{"id":5799829,"name":"mikepenz/action-junit-report","ecosystem":"actions","description":"Report JUnit test results as annotations on Github Pull Request [junit]","homepage":"https://blog.mikepenz.dev","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/mikepenz/action-junit-report","keywords_array":["actions","automation","cd","ci","github-actions","hacktoberfest","junit","test","test-automation","workflow"],"namespace":"mikepenz","versions_count":101,"first_release_published_at":"2021-01-17T14:27:52.000Z","latest_release_published_at":"2026-06-20T10:37:05.000Z","latest_release_number":"v6.4.2","last_synced_at":"2026-08-19T09:11:41.481Z","created_at":"2023-01-04T11:37:01.584Z","updated_at":"2026-08-19T11:51:35.120Z","registry_url":"https://github.com/mikepenz/action-junit-report","install_command":null,"documentation_url":null,"metadata":{"name":"JUnit Report Action","description":"Report JUnit test results as annotations on Github Pull Request [junit]","branding":{"icon":"check-circle","color":"green"},"inputs":{"token":{"description":"Specify the token to use to publish the check.","required":false,"default":"${{ github.token }}"},"github_token":{"description":"Deprecated syntax to specify github token.","required":false},"report_paths":{"description":"Xml report paths in glob format","required":false,"default":"**/junit-reports/TEST-*.xml"},"group_reports":{"description":"Defines if reports are grouped into a combined test result. This ","required":false,"default":"true"},"test_files_prefix":{"description":"Prefix to add to test file paths from report files when annotating","required":false,"default":""},"exclude_sources":{"description":"Comma or newline separated list of source folders to ignore for lookup","required":false},"annotate_only":{"description":"Enable to only annotate the results on the files, will not create a check run.","required":false,"default":"false"},"check_annotations":{"description":"Defines if the checks will include annotations (This is different than `annotate_only`).","required":false,"default":"true"},"update_check":{"description":"Defines if the active check should be updated instead","required":false,"default":"false"},"check_name":{"description":"Check name for test reports.","required":false,"default":"JUnit Test Report"},"commit":{"description":"Commit SHA to update the check status.","required":false},"fail_on_failure":{"description":"Fail the build in case a test failure occurred.","required":false,"default":"false"},"fail_on_parse_error":{"description":"Fail the build if the test report file can not be parsed.","required":false,"default":"false"},"require_tests":{"description":"Fail if no test are found.","required":false,"default":"false"},"require_passed_tests":{"description":"Fail if no passed test are found.","required":false,"default":"false"},"include_passed":{"description":"Include passed tests in the report","required":false,"default":"false"},"include_skipped":{"description":"Include skipped tests in the report","required":false,"default":"true"},"check_title_template":{"description":"Template to configure the title format. Placeholders: {{FILE_NAME}}, {{SUITE_NAME}}, {{TEST_NAME}}, {{CLASS_NAME}}, {{BREAD_CRUMB}}.","required":false},"bread_crumb_delimiter":{"description":"Defines the delimiter characters between the breadcrumb elements. Defaults to: `/`.","required":false,"default":"/"},"summary":{"description":"Additional text to summary output","required":false,"default":""},"check_retries":{"description":"If a testcase is retried, ignore the original failure.","required":false,"default":"false"},"transformers":{"description":"Provide a regex pattern and target pattern","required":false,"default":"[]"},"job_summary":{"description":"Enables the publishing of a JOB_SUMMARY with the report.","required":false,"default":"true"},"job_summary_text":{"description":"Additional text to include in the job summary prior to the tables","required":false,"default":""},"detailed_summary":{"description":"Include table with all test results in summary","required":false,"default":"false"},"flaky_summary":{"description":"Include table with all flaky results in summary","required":false,"default":"false"},"verbose_summary":{"description":"Include note of missing test annotations in summary.","required":false,"default":"true"},"skip_success_summary":{"description":"Skips summaries that would not contain failed tests","required":false,"default":"false"},"include_empty_in_summary":{"description":"Include entries in summaries that have 0 count","required":false,"default":"true"},"include_time_in_summary":{"description":"Include time in summaries","required":false,"default":"false"},"simplified_summary":{"description":"Use icons instead of text to indicate status in summary","required":false,"default":"false"},"group_suite":{"description":"If enabled, will group the testcases by test suite in the `detailed_summary`","required":false,"default":"false"},"comment":{"description":"Enables a comment being added to the PR with the summary tables (summary has to be enabled). Default: false","required":false,"default":"false"},"updateComment":{"description":"Enables updating the prior comment if one already exists. Default: true","required":false,"default":"true"},"annotate_notice":{"description":"Annotate passed tests along with warning and failed ones","required":false,"default":"false"},"follow_symlink":{"description":"Enables the file globber to follow symlinks. Default: false","required":false,"default":"false"},"job_name":{"description":"Specify the name of a check to update","required":false,"default":"${{ github.job }}"},"annotations_limit":{"description":"Specify the limit for annotations. This will also interrupt parsing all test-suites if the limit is reached.","required":false},"skip_annotations":{"description":"Setting this flag will result in no annotations being added to the run.","required":false},"truncate_stack_traces":{"description":"Truncate stack traces from test output to 2 lines in annotations","required":false,"default":"true"},"resolve_ignore_classname":{"description":"Force ignore test case classname from the xml report (This can help fix issues with some tools/languages)","required":false,"default":"false"},"skip_comment_without_tests":{"description":"Disable commenting if no tests are detected","required":false,"default":"false"},"pr_id":{"description":"PR number to comment on (useful for workflow_run contexts)","required":false}},"outputs":{"total":{"description":"The total count of all checks"},"passed":{"description":"The count of all passed tests"},"skipped":{"description":"The count of all skipped tests"},"failed":{"description":"The count of all failed tests"},"time":{"description":"The total time taken for all the tests"},"summary":{"description":"The short summary of the junit report. In html format (as also constructed by GitHub for the summary)."},"detailed_summary":{"description":"The full table with all test results in a summary. In html format (as also constructed by GitHub for the summary)."},"flaky_summary":{"description":"The full table with all flaky results in a summary. In html format (as also constructed by GitHub for the summary)."},"report_url":{"description":"The URL(s) to the test report(s). If multiple reports are created, they are separated by newlines."}},"runs":{"using":"node24","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":36969282,"uuid":"330384746","full_name":"mikepenz/action-junit-report","owner":"mikepenz","description":"Reports junit test results as GitHub Pull Request Check","archived":false,"fork":false,"pushed_at":"2026-08-09T22:03:37.000Z","size":23500,"stargazers_count":424,"open_issues_count":8,"forks_count":156,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-08-09T22:39:23.091Z","etag":null,"topics":["actions","automation","cd","ci","github-actions","hacktoberfest","junit","test","test-automation","workflow"],"latest_commit_sha":null,"homepage":"https://blog.mikepenz.dev","language":"TypeScript","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/mikepenz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":["mikepenz"]}},"created_at":"2021-01-17T12:21:42.000Z","updated_at":"2026-08-05T06:42:42.000Z","dependencies_parsed_at":"2024-03-13T15:58:47.596Z","dependency_job_id":"5898e4b3-de79-49c7-ae4c-17d551eb4587","html_url":"https://github.com/mikepenz/action-junit-report","commit_stats":{"total_commits":596,"total_committers":26,"mean_commits":"22.923076923076923","dds":0.4815436241610739,"last_synced_commit":"34f4f0daa6b03aee5efc77b9c2cbc51a75781341"},"previous_names":[],"tags_count":101,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/mikepenz/action-junit-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikepenz","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/sbom","scorecard":{"id":645839,"data":{"date":"2025-08-11","repo":{"name":"github.com/mikepenz/action-junit-report","commit":"6246d2426ab5545e5ec212f995f3981825def42b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"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":"Maintained","score":10,"reason":"30 commit(s) and 6 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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: 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":"Code-Review","score":1,"reason":"Found 1/10 approved changesets -- score normalized to 1","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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":"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":"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/build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:120: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:124: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/mikepenz/action-junit-report/codeql-analysis.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .devcontainer/postCreateCommand.sh:3","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:21","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   2 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":"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":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 28 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-j288-q9x7-2f5v","Warn: Project is vulnerable to: GHSA-2qp4-g3q3-f92w","Warn: Project is vulnerable to: GHSA-cqj8-47ch-rvvq"],"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-21T12:07:04.790Z","repository_id":36969282,"created_at":"2025-08-21T12:07:04.790Z","updated_at":"2025-08-21T12:07:04.790Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36780803,"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":"online","status_checked_at":"2026-08-19T02:00:06.185Z","response_time":54,"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":"mikepenz","name":"Mike Penz","uuid":"1476232","kind":"user","description":"","email":"opensource@mikepenz.dev","website":"https://mikepenz.dev","location":"Linz, Austria","twitter":"mike_penz","company":"Mike Penz","icon_url":"https://avatars.githubusercontent.com/u/1476232?u=3db0792ad9649618b182c9e24170c9be8ad9e32f\u0026v=4","repositories_count":113,"last_synced_at":"2026-08-14T13:02:31.358Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/mikepenz","funding_links":[],"total_stars":32946,"followers":5799,"following":1,"created_at":"2022-11-03T22:40:21.263Z","updated_at":"2026-08-14T13:02:31.374Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikepenz","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikepenz/repositories"},"tags":[{"name":"v6.4.2","sha":"d9f48fc87bc235f7e214acf696ca5abc0a986f16","kind":"commit","published_at":"2026-06-20T10:37:05.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.4.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.4.2","dependencies_parsed_at":"2026-08-08T11:44:26.514Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.4.2/manifests"},{"name":"v6.4.1","sha":"3a81627bfac62268172037048872e8ebd4207e6d","kind":"commit","published_at":"2026-05-17T15:02:24.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.4.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.4.1","dependencies_parsed_at":"2026-08-08T11:44:26.612Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.4.1/manifests"},{"name":"v6.4.0","sha":"bccf2e31636835cf0874589931c4116687171386","kind":"commit","published_at":"2026-03-28T04:52:20.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.4.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.4.0","dependencies_parsed_at":"2026-08-08T11:44:26.612Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.4.0/manifests"},{"name":"v6.3.1","sha":"49b2ca06f62aa7ef83ae6769a2179271e160d8e4","kind":"commit","published_at":"2026-03-01T18:02:33.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.3.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.3.1","dependencies_parsed_at":"2026-08-08T11:44:26.527Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.3.1/manifests"},{"name":"v6.3.0","sha":"5e05ac00ad0604dfb7e313ae412aa3284f4906d6","kind":"commit","published_at":"2026-02-25T15:15:20.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.3.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.3.0","dependencies_parsed_at":"2026-08-08T11:44:26.548Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"74626db7353a25a20a72816467ebf035f674c5f8","kind":"commit","published_at":"2026-01-31T13:01:12.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.2.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.2.0","dependencies_parsed_at":"2026-08-08T11:44:26.501Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"a294a61c909bd8a4b563024a2faa28897fd53ebc","kind":"tag","published_at":"2025-12-30T09:32:05.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.1.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.1.0","dependencies_parsed_at":"2026-08-08T11:44:26.615Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.1.0/manifests"},{"name":"v6.0.1","sha":"e08919a3b1fb83a78393dfb775a9c37f17d8eea6","kind":"commit","published_at":"2025-11-01T07:24:03.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.0.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.0.1","dependencies_parsed_at":"2026-08-08T11:44:26.482Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.0.1/manifests"},{"name":"v6","sha":"e08919a3b1fb83a78393dfb775a9c37f17d8eea6","kind":"commit","published_at":"2025-11-01T07:24:03.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6","dependencies_parsed_at":"2026-08-08T11:44:26.506Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6/manifests"},{"name":"v6.0.0","sha":"5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4","kind":"commit","published_at":"2025-10-10T09:57:42.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v6.0.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v6.0.0","dependencies_parsed_at":"2026-08-08T11:44:26.501Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v6.0.0/manifests"},{"name":"v5.6.2","sha":"3585e9575db828022551b4231f165eb59a0e74e3","kind":"commit","published_at":"2025-07-04T10:49:23.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.6.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.6.2","dependencies_parsed_at":"2025-07-06T05:11:44.254Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.6.2/manifests"},{"name":"v5.6.1","sha":"a83fd2b5d58d4fc702e690c1ea688d702d28d281","kind":"commit","published_at":"2025-06-15T07:37:39.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.6.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.6.1","dependencies_parsed_at":"2025-06-17T04:14:41.216Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.6.1/manifests"},{"name":"v5.6.0","sha":"65fe03598d8d251738592a497a9e8547a5c48eaa","kind":"commit","published_at":"2025-05-29T09:45:42.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.6.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.6.0","dependencies_parsed_at":"2025-05-31T04:47:09.106Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.6.0/manifests"},{"name":"v5.5.1","sha":"cf701569b05ccdd861a76b8607a66d76f6fd4857","kind":"commit","published_at":"2025-03-28T09:38:24.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.5.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.5.1","dependencies_parsed_at":"2025-04-16T04:58:17.979Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.5.1/manifests"},{"name":"v5.5.0","sha":"97744eca465b8df9e6e33271cb155003f85327f1","kind":"commit","published_at":"2025-03-09T12:29:16.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.5.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.5.0","dependencies_parsed_at":"2025-04-16T04:58:17.979Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"b14027d33d3a745ccc4d6a12f649e83110b5a373","kind":"commit","published_at":"2025-02-22T09:15:12.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.4.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.4.0","dependencies_parsed_at":"2025-04-16T04:58:18.049Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.4.0/manifests"},{"name":"v5.4.0-b01","sha":"87f8419e2773b405d9260ca54fae3b8a74371d25","kind":"commit","published_at":"2025-02-07T13:10:10.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.4.0-b01","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.4.0-b01","dependencies_parsed_at":"2025-04-16T04:58:18.050Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.4.0-b01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.4.0-b01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.4.0-b01/manifests"},{"name":"v5.3.0","sha":"ee6b445351cd81e2f73a16a0e52d598aeac2197f","kind":"commit","published_at":"2025-01-26T15:09:03.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.3.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.3.0","dependencies_parsed_at":"2025-04-16T04:58:17.977Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.3.0/manifests"},{"name":"v5.3.0-rc01","sha":"bcf7029fba43b61c2fe9b9bcfc7588052e318364","kind":"commit","published_at":"2024-12-15T11:03:30.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.3.0-rc01","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.3.0-rc01","dependencies_parsed_at":"2025-04-16T04:58:17.981Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.3.0-rc01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.3.0-rc01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.3.0-rc01/manifests"},{"name":"v5.2.0","sha":"62516aa379bff6370c95fd5894d5a27fb6619d9b","kind":"commit","published_at":"2024-12-13T12:38:40.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.2.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.2.0","dependencies_parsed_at":"2025-04-16T04:58:17.980Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"992d97d6eb2e5f3de985fbf9df6a04386874114d","kind":"commit","published_at":"2024-11-28T16:04:57.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.1.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.1.0","dependencies_parsed_at":"2024-11-29T04:22:07.851Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.1.0/manifests"},{"name":"v5.0.1","sha":"0bec6a4330023da9ebd2693948db6ddae36e743e","kind":"commit","published_at":"2024-11-28T12:45:35.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.0.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.1","dependencies_parsed_at":"2024-11-29T04:22:07.981Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"a427a90771729d8f85b6ab0cdaa1a5929cab985d","kind":"commit","published_at":"2024-11-16T16:36:57.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.0.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.0","dependencies_parsed_at":"2024-11-18T06:57:59.552Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0/manifests"},{"name":"v5.0.0-rc01","sha":"ec3a351c13e080dc4fa94c49ab7ad5bf778a9668","kind":"commit","published_at":"2024-11-03T10:39:05.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.0.0-rc01","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.0-rc01","dependencies_parsed_at":"2024-11-04T04:11:33.612Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.0.0-rc01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-rc01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-rc01/manifests"},{"name":"v5","sha":"ec3a351c13e080dc4fa94c49ab7ad5bf778a9668","kind":"commit","published_at":"2024-11-03T10:39:05.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5","dependencies_parsed_at":"2024-11-04T04:11:34.285Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5/manifests"},{"name":"v5.0.0-b01","sha":"0a9f957cc5145612bf5c2e859af6a08d08c6142f","kind":"commit","published_at":"2024-11-02T10:49:17.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.0.0-b01","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.0-b01","dependencies_parsed_at":"2024-11-04T04:10:43.933Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.0.0-b01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-b01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-b01/manifests"},{"name":"v5.0.0-a03","sha":"34f4f0daa6b03aee5efc77b9c2cbc51a75781341","kind":"commit","published_at":"2024-09-13T16:36:56.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.0.0-a03","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.0-a03","dependencies_parsed_at":"2024-09-15T04:24:51.218Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.0.0-a03","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-a03","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-a03/manifests"},{"name":"v5.0.0-a02","sha":"27bb264e040efceeae9469a5956785c27c6997f4","kind":"commit","published_at":"2024-08-30T09:27:20.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.0.0-a02","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.0-a02","dependencies_parsed_at":"2024-09-01T04:08:21.944Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.0.0-a02","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-a02","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-a02/manifests"},{"name":"v4.3.1","sha":"db71d41eb79864e25ab0337e395c352e84523afe","kind":"commit","published_at":"2024-06-22T09:19:11.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.3.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.3.1","dependencies_parsed_at":"2024-06-24T05:02:52.906Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.3.1/manifests"},{"name":"v5.0.0-a01","sha":"5f36538697142e07cd2e6a7016f10d2be65be747","kind":"commit","published_at":"2024-06-21T15:47:54.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v5.0.0-a01","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.0-a01","dependencies_parsed_at":"2024-06-23T05:05:07.733Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v5.0.0-a01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-a01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v5.0.0-a01/manifests"},{"name":"v4.3.0","sha":"eb1a2b2dbd4c45341235503b2c3edfa46d2ec3de","kind":"commit","published_at":"2024-06-20T14:16:13.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.3.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.3.0","dependencies_parsed_at":"2024-06-23T05:05:07.772Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.3.0/manifests"},{"name":"v4.2.2","sha":"ac30be7acb0a361e5492575ab42e47fcadec4928","kind":"commit","published_at":"2024-05-30T11:12:03.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.2.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.2.2","dependencies_parsed_at":"2024-06-01T04:52:10.329Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.2.2/manifests"},{"name":"v4.2.1","sha":"9379f0ccddcab154835d4e2487555ee79614fe95","kind":"commit","published_at":"2024-03-14T08:44:58.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.2.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.2.1","dependencies_parsed_at":"2024-03-17T09:58:21.324Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.2.1/manifests"},{"name":"v4.2.0","sha":"034100ce493a281e4915c3aecc842c6ba3b80cfc","kind":"commit","published_at":"2024-03-14T07:46:42.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.2.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.2.0","dependencies_parsed_at":"2024-03-17T09:58:21.323Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.2.0/manifests"},{"name":"v4.1.0","sha":"5f47764eec0e1c1f19f40c8e60a5ba47e47015c5","kind":"commit","published_at":"2024-01-29T09:11:25.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.1.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.1.0","dependencies_parsed_at":"2024-02-01T10:14:12.602Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"b1b7f659602565970688b2e2588738b9398e895d","kind":"commit","published_at":"2024-01-12T07:42:54.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.0.4","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.0.4","dependencies_parsed_at":"2024-01-19T18:44:22.622Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"0831a82caad2465c31c6dd929978f640cb42556c","kind":"commit","published_at":"2023-10-20T10:08:18.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.0.3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.0.3","dependencies_parsed_at":"2023-10-22T04:15:43.026Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"7e43ff95fc4d43209637c265c8fca9c8f1c157b5","kind":"commit","published_at":"2023-10-20T06:56:43.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.0.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.0.2","dependencies_parsed_at":"2023-10-22T04:15:42.893Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"0a8a5ba57593d67b2e45de2c543b438412382b7b","kind":"commit","published_at":"2023-10-01T00:43:00.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.0.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.0.1","dependencies_parsed_at":"2023-10-02T04:16:01.086Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec","kind":"commit","published_at":"2023-09-06T09:55:40.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4.0.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4.0.0","dependencies_parsed_at":"2023-09-08T04:38:35.298Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4.0.0/manifests"},{"name":"v4","sha":"75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec","kind":"commit","published_at":"2023-09-06T09:55:40.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v4","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v4","dependencies_parsed_at":"2023-09-08T04:38:36.936Z","dependency_job_id":null,"purl":"pkg:github/mikepenz/action-junit-report@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v4/manifests"},{"name":"v3.8.0","sha":"150e2f992e4fad1379da2056d1d1c279f520e058","kind":"commit","published_at":"2023-07-14T12:40:41.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.8.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.8.0","dependencies_parsed_at":"2023-07-16T05:49:47.738Z","dependency_job_id":"38abb0b0-254d-499f-9b86-ab18577180b2","purl":"pkg:github/mikepenz/action-junit-report@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.8.0/manifests"},{"name":"v3.7.8","sha":"baaeba622e27b396105f35ec9ec4ee89ffcbd306","kind":"commit","published_at":"2023-06-21T12:55:38.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.8","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.8","dependencies_parsed_at":"2023-06-27T00:21:40.750Z","dependency_job_id":"fbd0fa0f-f59d-4231-81b7-9305b6d113d5","purl":"pkg:github/mikepenz/action-junit-report@v3.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.8/manifests"},{"name":"v3.7.7","sha":"c0e4b81aaa0067314a2d0d06e19b512c9d8af4f5","kind":"commit","published_at":"2023-05-23T15:33:27.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.7","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.7","dependencies_parsed_at":"2023-06-02T00:03:53.590Z","dependency_job_id":"54eeeb3a-dc4e-493e-9f71-0a2fd095f3bd","purl":"pkg:github/mikepenz/action-junit-report@v3.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.7/manifests"},{"name":"v3.7.6","sha":"959aefb7f095e717eb407fe917238d61ca323ff3","kind":"commit","published_at":"2023-03-31T07:32:58.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.6","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.6","dependencies_parsed_at":"2023-06-02T00:03:53.915Z","dependency_job_id":"f90e981f-0fa5-471f-87ad-97e25d9881f3","purl":"pkg:github/mikepenz/action-junit-report@v3.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.6/manifests"},{"name":"v3.7.5","sha":"4fa23552acda20a6a1d44f16224a90efbeb6c5f1","kind":"commit","published_at":"2023-02-22T12:01:15.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.5","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.5","dependencies_parsed_at":"2023-06-02T00:03:53.559Z","dependency_job_id":"d7fef52a-c028-4fcc-a0c1-e7ec16cb8714","purl":"pkg:github/mikepenz/action-junit-report@v3.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.5/manifests"},{"name":"v3.7.4","sha":"4604e7ac662394db76b6ccf33d40069c8f84c5da","kind":"commit","published_at":"2023-02-17T13:53:26.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.4","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.4","dependencies_parsed_at":"2023-06-02T00:03:53.485Z","dependency_job_id":"2f6efd78-daf3-4e10-b502-8c7511dbd391","purl":"pkg:github/mikepenz/action-junit-report@v3.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.4/manifests"},{"name":"v3.7.3","sha":"204f987c40bc6970134fbe07bfc41f975ef4bd7d","kind":"commit","published_at":"2023-02-16T21:08:43.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.3","dependencies_parsed_at":"2023-06-02T00:03:53.622Z","dependency_job_id":"bef22f88-2d5a-40d4-99a6-9fa63da210cb","purl":"pkg:github/mikepenz/action-junit-report@v3.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.3/manifests"},{"name":"v3.7.2","sha":"f89327e8361cf2a68997a18fcc3e2a21b4991f2d","kind":"commit","published_at":"2023-02-15T14:58:22.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.2","dependencies_parsed_at":"2023-06-02T00:03:53.701Z","dependency_job_id":"8dca990c-0712-49fc-b19f-b223da36282f","purl":"pkg:github/mikepenz/action-junit-report@v3.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.2/manifests"},{"name":"v3.7.1","sha":"7210fead7f92f6395c37241964df3b0f730f5e4e","kind":"commit","published_at":"2023-01-03T09:41:26.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.1","dependencies_parsed_at":"2023-06-01T10:27:34.673Z","dependency_job_id":"b1ed87af-5e84-48ad-9a82-4bb4b27904ce","purl":"pkg:github/mikepenz/action-junit-report@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.1/manifests"},{"name":"v3.7.0","sha":"c06eeb43cf77da3d290b179c834b2d8725177971","kind":"commit","published_at":"2022-12-16T10:12:21.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.7.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.7.0","dependencies_parsed_at":"2023-06-01T10:27:35.574Z","dependency_job_id":"a8038374-3883-4717-a3b1-24a30bb123af","purl":"pkg:github/mikepenz/action-junit-report@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.7.0/manifests"},{"name":"v3.6.2","sha":"d507ab47ffeb036bd3671233143d8026470aa955","kind":"commit","published_at":"2022-12-09T15:36:48.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.6.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.6.2","dependencies_parsed_at":"2023-06-01T10:27:36.330Z","dependency_job_id":"01add18e-9722-4b6d-b59f-2224e3478ad2","purl":"pkg:github/mikepenz/action-junit-report@v3.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.6.2/manifests"},{"name":"v3.6.1","sha":"6e9933f4a97f4d2b99acef4d7b97924466037882","kind":"commit","published_at":"2022-11-24T13:14:53.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.6.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.6.1","dependencies_parsed_at":"2023-06-01T10:27:41.468Z","dependency_job_id":"54177d79-7c65-428a-865f-fabe4baae6f8","purl":"pkg:github/mikepenz/action-junit-report@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"3686369da147088528dfa2cd7f16206c137f3cfb","kind":"commit","published_at":"2022-11-24T08:09:32.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.6.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.6.0","dependencies_parsed_at":"2023-06-01T10:27:46.965Z","dependency_job_id":"bdb331b7-0237-4a16-8f5f-d317315cbd65","purl":"pkg:github/mikepenz/action-junit-report@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.6.0/manifests"},{"name":"v3.5.2","sha":"ab07dd7abefd456d92ecbeb22f81392fafe3d528","kind":"commit","published_at":"2022-10-14T09:13:20.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.5.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.5.2","dependencies_parsed_at":"2023-05-31T20:17:53.875Z","dependency_job_id":"5350bcd7-f13d-4a71-beb6-a70137863f40","purl":"pkg:github/mikepenz/action-junit-report@v3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.5.2/manifests"},{"name":"v3.5.1","sha":"9d7e8d109968bf1cd319822043687171efae7de7","kind":"commit","published_at":"2022-09-30T07:57:30.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.5.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.5.1","dependencies_parsed_at":"2023-05-31T14:59:56.511Z","dependency_job_id":"a78b6930-1d99-49db-8293-1bbb6913f3fc","purl":"pkg:github/mikepenz/action-junit-report@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.5.1/manifests"},{"name":"v3.5.0","sha":"b6d6e9a8caa401e9cbe9c43f3349d267aed1b6f1","kind":"commit","published_at":"2022-09-13T06:54:46.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.5.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.5.0","dependencies_parsed_at":"2023-05-31T14:59:57.460Z","dependency_job_id":"3feeddb8-7be2-4f6d-a872-47aba9506ff7","purl":"pkg:github/mikepenz/action-junit-report@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.5.0/manifests"},{"name":"v3.4.0","sha":"9d236c4e8d1a94cd508de67ecdffb30d165b0ce7","kind":"commit","published_at":"2022-09-05T06:55:07.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.4.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.4.0","dependencies_parsed_at":"2023-05-30T18:43:03.040Z","dependency_job_id":"da8cfdb3-df50-46a6-95fa-8297cc8c7181","purl":"pkg:github/mikepenz/action-junit-report@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.4.0/manifests"},{"name":"v3.3.3","sha":"e187db4c8bb2e72c0032eefc75c5124e383a48d4","kind":"tag","published_at":"2022-08-20T09:33:16.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.3.3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.3.3","dependencies_parsed_at":"2023-05-30T18:43:03.852Z","dependency_job_id":"1e674a47-25bf-43c1-8c75-2eb8bd27e367","purl":"pkg:github/mikepenz/action-junit-report@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"44dce0f13a3bd18fecac5364806ea01e12b24373","kind":"tag","published_at":"2022-08-20T08:38:19.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.3.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.3.2","dependencies_parsed_at":"2023-05-30T18:43:04.652Z","dependency_job_id":"42ecf003-994b-45a4-ae84-634f4b0f5fdd","purl":"pkg:github/mikepenz/action-junit-report@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.2/manifests"},{"name":"v3","sha":"15dcd4e098e5e606fc9c643139a7a0261c0d73db","kind":"tag","published_at":"2022-08-19T11:53:23.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3","dependencies_parsed_at":"2023-05-30T16:28:50.571Z","dependency_job_id":"ada95d98-d6e0-44db-bc56-1673276c64f7","purl":"pkg:github/mikepenz/action-junit-report@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3/manifests"},{"name":"v3.3.1","sha":"47aa84ffbf44ee67a05812cca119ed6f5b5fd784","kind":"tag","published_at":"2022-08-19T11:53:19.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.3.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.3.1","dependencies_parsed_at":"2023-05-30T16:29:00.907Z","dependency_job_id":"725fe319-9be2-4cb0-b41d-51328bdc1387","purl":"pkg:github/mikepenz/action-junit-report@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"24223f80d58550838190d81708d63b7ca8f45e2e","kind":"tag","published_at":"2022-08-19T06:06:09.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.3.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.3.0","dependencies_parsed_at":"2023-05-30T16:29:00.025Z","dependency_job_id":"dab63db6-ff94-405b-bedb-1c72275922f4","purl":"pkg:github/mikepenz/action-junit-report@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"640d82b9a5eb0e24797d91f6e2a2392847934db5","kind":"tag","published_at":"2022-07-15T11:17:41.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.2.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.2.0","dependencies_parsed_at":"2023-05-30T16:28:56.447Z","dependency_job_id":"e27f378f-be3d-4ba5-87f5-3f731cf9b513","purl":"pkg:github/mikepenz/action-junit-report@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"9e5653c391bcff57adcef0a9558abcdb8166e9e3","kind":"tag","published_at":"2022-06-24T07:08:00.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.1.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.1.0","dependencies_parsed_at":"2023-05-30T16:28:55.588Z","dependency_job_id":"b6d36201-5d78-4969-9b96-1e2a6ef9aad0","purl":"pkg:github/mikepenz/action-junit-report@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.1.0/manifests"},{"name":"v3.1.0-b01","sha":"5c418275b8832bf3660e06333f26a7bc58ab454b","kind":"tag","published_at":"2022-05-20T12:18:09.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.1.0-b01","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.1.0-b01","dependencies_parsed_at":"2023-05-30T16:28:54.771Z","dependency_job_id":"d1a355bb-aa7c-4d5c-9f10-3eba573f1598","purl":"pkg:github/mikepenz/action-junit-report@v3.1.0-b01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.1.0-b01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.1.0-b01/manifests"},{"name":"v3.0.3","sha":"cf3c25feff0f478ebbab29de65d04ff70176c61a","kind":"tag","published_at":"2022-04-27T18:41:57.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.0.3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.0.3","dependencies_parsed_at":"2023-05-30T16:28:54.013Z","dependency_job_id":"dc470af0-0275-4ed4-849e-5f407dc281aa","purl":"pkg:github/mikepenz/action-junit-report@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"194b00d05c136fdf26146b189cb2353eccdd30f3","kind":"tag","published_at":"2022-04-14T12:37:14.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.0.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.0.2","dependencies_parsed_at":"2023-05-30T16:28:53.097Z","dependency_job_id":"af754046-65d1-4597-bf4a-b432da27c2b5","purl":"pkg:github/mikepenz/action-junit-report@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"0f8a02cb750163e9dd40d2203e7695a3643293ed","kind":"tag","published_at":"2022-03-19T21:21:55.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.0.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.0.1","dependencies_parsed_at":"2023-05-30T16:28:52.267Z","dependency_job_id":"24ed7220-c164-4d9d-91c7-ac40185e7b54","purl":"pkg:github/mikepenz/action-junit-report@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"f1d8003d4b4b7422aacfe726f6b2c13b35e1bc6a","kind":"tag","published_at":"2022-03-18T08:51:28.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v3.0.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-30T16:28:51.448Z","dependency_job_id":"089d288e-4327-48a5-9038-c9f594d1e184","purl":"pkg:github/mikepenz/action-junit-report@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v3.0.0/manifests"},{"name":"v2.9.1","sha":"598d2ea5f76c48a2a87e3454013b72d4dca1a07a","kind":"tag","published_at":"2022-02-04T08:01:41.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.9.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.9.1","dependencies_parsed_at":"2023-05-30T16:28:49.717Z","dependency_job_id":"9f1b7e35-6aba-4140-8e51-bb5067a61e92","purl":"pkg:github/mikepenz/action-junit-report@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.9.1/manifests"},{"name":"v2","sha":"16c6f59a497424dc750067af7a7a6b18f5316fa8","kind":"tag","published_at":"2022-02-04T08:01:33.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2","dependencies_parsed_at":"2023-05-30T16:28:26.916Z","dependency_job_id":"5c97bd5c-b441-479c-a336-088bb0224e6a","purl":"pkg:github/mikepenz/action-junit-report@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2/manifests"},{"name":"v2.9.0","sha":"d966fd6af3a03efca7788803de8d1dc52494117d","kind":"tag","published_at":"2022-01-28T16:30:57.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.9.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.9.0","dependencies_parsed_at":"2023-05-30T16:28:48.889Z","dependency_job_id":"d8ef8924-8796-4908-a153-ff0401d48b86","purl":"pkg:github/mikepenz/action-junit-report@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.9.0/manifests"},{"name":"v2.8.4","sha":"b6e82930593047b4def6d38855a12adaa55afb1a","kind":"tag","published_at":"2022-01-07T08:40:54.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.8.4","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.8.4","dependencies_parsed_at":"2023-05-30T16:28:48.085Z","dependency_job_id":"565a0e8e-b503-48d4-9962-d3372441a185","purl":"pkg:github/mikepenz/action-junit-report@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.4/manifests"},{"name":"v2.8.3","sha":"a6a9a556626f30502607178fa74c64bd4e9cacd3","kind":"tag","published_at":"2021-12-22T10:42:17.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.8.3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.8.3","dependencies_parsed_at":"2023-05-30T16:28:47.301Z","dependency_job_id":"eb103012-18b6-4c2c-9145-f7aeea574f79","purl":"pkg:github/mikepenz/action-junit-report@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"c9bfb4bf73d03d720615b46d0c6bcfc59232e316","kind":"tag","published_at":"2021-12-17T13:39:16.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.8.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.8.2","dependencies_parsed_at":"2023-05-30T16:28:46.483Z","dependency_job_id":"edb78006-06af-4387-8a1d-901a60d8fe9e","purl":"pkg:github/mikepenz/action-junit-report@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"6109d92f83b21189841faa3fd34446f8a0bfdd30","kind":"tag","published_at":"2021-11-29T13:09:16.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.8.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.8.1","dependencies_parsed_at":"2023-05-30T16:28:45.565Z","dependency_job_id":"57803589-b69f-496d-8670-db613f80653f","purl":"pkg:github/mikepenz/action-junit-report@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"8c629e040f7e5e07509e365b6f0a3076f2101327","kind":"tag","published_at":"2021-11-21T15:45:23.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.8.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.8.0","dependencies_parsed_at":"2023-05-30T16:28:44.706Z","dependency_job_id":"34a51ec1-0af1-48eb-911c-64f955302055","purl":"pkg:github/mikepenz/action-junit-report@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"585454977328f82568e8626eeec1c29ea6796c47","kind":"tag","published_at":"2021-11-05T08:25:29.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.7.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.7.0","dependencies_parsed_at":"2023-05-30T16:28:43.860Z","dependency_job_id":"3391dd0e-cf28-4c4b-9f02-abed24757c29","purl":"pkg:github/mikepenz/action-junit-report@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"eb6b3d30f471f464b9f3a3f31a48b03e38c23669","kind":"tag","published_at":"2021-10-22T08:13:24.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.6.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.6.0","dependencies_parsed_at":"2023-05-30T16:28:43.036Z","dependency_job_id":"15ac7f07-9039-4259-a43b-cb8c2116b248","purl":"pkg:github/mikepenz/action-junit-report@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.6.0/manifests"},{"name":"v2.5.1","sha":"f7dd6462bd17d528ded147cb49e4728476e8d20b","kind":"tag","published_at":"2021-10-15T09:03:06.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.5.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.5.1","dependencies_parsed_at":"2023-05-30T16:28:42.219Z","dependency_job_id":"15964bcb-94fd-49eb-bb9f-6a8d6cad282e","purl":"pkg:github/mikepenz/action-junit-report@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"d3513d5a4b29038704311f8c69468b487665493d","kind":"tag","published_at":"2021-10-05T12:37:11.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.5.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.5.0","dependencies_parsed_at":"2023-05-30T16:28:41.478Z","dependency_job_id":"345f9cb6-7a8b-4239-bc8e-f3ede10193e3","purl":"pkg:github/mikepenz/action-junit-report@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b132eeca209d3d430d474f5d27d1947351ce54c3","kind":"tag","published_at":"2021-09-24T07:27:46.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.4.5","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.4.5","dependencies_parsed_at":"2023-05-30T16:28:40.625Z","dependency_job_id":"cc53c086-d148-48c1-b401-98fb54657f3e","purl":"pkg:github/mikepenz/action-junit-report@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"2c2229e3066e8413a67ceba0fe73ec9e5492ec4d","kind":"tag","published_at":"2021-09-10T09:52:59.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.4.4","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.4.4","dependencies_parsed_at":"2023-05-30T16:28:39.885Z","dependency_job_id":"8bca2585-04bd-4605-b634-c581c69588e0","purl":"pkg:github/mikepenz/action-junit-report@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"e9c8a9f8405fdb28ba63f0db74422196e57bbb90","kind":"tag","published_at":"2021-06-21T06:57:32.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.4.3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.4.3","dependencies_parsed_at":"2023-05-30T16:28:39.092Z","dependency_job_id":"e57159ce-c178-433b-97bf-c32e22529022","purl":"pkg:github/mikepenz/action-junit-report@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"bbc92ca529d175c330947b189188ae3f9e4f198d","kind":"tag","published_at":"2021-05-28T08:28:20.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.4.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.4.2","dependencies_parsed_at":"2023-05-30T16:28:38.218Z","dependency_job_id":"33c37996-9726-49cc-a1be-7f2cddf2a166","purl":"pkg:github/mikepenz/action-junit-report@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"b0846157221aae6a414e95a8d957756830d3baf5","kind":"tag","published_at":"2021-04-30T08:07:19.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.4.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.4.1","dependencies_parsed_at":"2023-05-30T16:28:37.270Z","dependency_job_id":"dbbf8bf0-1a1a-4d53-b15d-cee63b6c7419","purl":"pkg:github/mikepenz/action-junit-report@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45c945cb435848a7f8a465f59681558d6189ff5a","kind":"tag","published_at":"2021-04-23T06:43:27.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.4.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.4.0","dependencies_parsed_at":"2023-05-30T16:28:36.451Z","dependency_job_id":"790f32a0-f84e-4bc2-9cbe-0bdc540ef25d","purl":"pkg:github/mikepenz/action-junit-report@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"32e32fb7b23cb46e196bb2efec063f0d656b7e5c","kind":"tag","published_at":"2021-04-19T13:55:09.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.3.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.3.1","dependencies_parsed_at":"2023-05-30T16:28:35.694Z","dependency_job_id":"d24e0286-fa78-4312-8bd9-21335961fdd7","purl":"pkg:github/mikepenz/action-junit-report@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"bb119ccdf7b42b2a1bcef2f586b5d6a38bb29ca7","kind":"tag","published_at":"2021-04-16T09:26:18.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.3.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.3.0","dependencies_parsed_at":"2023-05-30T16:28:34.973Z","dependency_job_id":"fb269c21-a8d2-4ee4-a34f-51e7a596c0a2","purl":"pkg:github/mikepenz/action-junit-report@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"af8f347b1c43fd6a18d14095d3db3f7dd4c4ecc4","kind":"tag","published_at":"2021-04-09T08:59:45.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.2.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.2.2","dependencies_parsed_at":"2023-05-30T16:28:34.184Z","dependency_job_id":"c2e09145-b44e-40b1-8ba5-d8ca2ccb8bcf","purl":"pkg:github/mikepenz/action-junit-report@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"d6e5870b887cf5f209aadf06649f21e5ff66d194","kind":"tag","published_at":"2021-03-26T11:37:00.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.2.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.2.1","dependencies_parsed_at":"2023-05-30T16:28:33.389Z","dependency_job_id":"ea58d4f8-1694-4405-a969-4ddf5d5bbc9c","purl":"pkg:github/mikepenz/action-junit-report@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"1b73a9624085366e515783213fd6431f6fe4b414","kind":"tag","published_at":"2021-02-11T07:57:59.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.2.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-30T16:28:32.620Z","dependency_job_id":"6645d56c-1138-4119-a354-cf3b81833b50","purl":"pkg:github/mikepenz/action-junit-report@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"68850e1f8a9dc5dcd0edd061ed58b03d2897e424","kind":"tag","published_at":"2021-01-22T16:31:10.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.1.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.1.1","dependencies_parsed_at":"2023-05-30T16:28:31.683Z","dependency_job_id":"c958c25a-3833-49e9-ad8e-57e3b8481877","purl":"pkg:github/mikepenz/action-junit-report@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"c621bb310f01ccf9c6cb83baeb5eef55c838b0e0","kind":"tag","published_at":"2021-01-22T09:17:58.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.1.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T16:28:30.922Z","dependency_job_id":"5d5599e9-0e9f-4322-bf10-ea2a76a8bed5","purl":"pkg:github/mikepenz/action-junit-report@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"a35928697453114ee34767c218945bb08280d410","kind":"tag","published_at":"2021-01-18T09:05:06.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.0.3","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.0.3","dependencies_parsed_at":"2023-05-30T16:28:30.104Z","dependency_job_id":"d7434c4c-38de-4ec7-a578-564cf3c67878","purl":"pkg:github/mikepenz/action-junit-report@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"daaffcbc7cef8df30766dc933b6dda7b50031031","kind":"tag","published_at":"2021-01-17T16:21:58.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.0.2","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-30T16:28:29.344Z","dependency_job_id":"4aa3f00e-82e9-407d-b3e1-21f3a94ade58","purl":"pkg:github/mikepenz/action-junit-report@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"80d5380d208c7d90fe53f763d64956cdc8fd30bf","kind":"tag","published_at":"2021-01-17T15:11:24.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.0.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T16:28:28.533Z","dependency_job_id":"8f26b6dd-2000-47bb-8902-ba9a92be4b18","purl":"pkg:github/mikepenz/action-junit-report@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"ac2483629f67c22d157bbff4104b82d665d91769","kind":"tag","published_at":"2021-01-17T14:28:41.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v2.0.0","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T16:28:27.769Z","dependency_job_id":"179ac6c3-d735-452d-a6cf-00d9c0529006","purl":"pkg:github/mikepenz/action-junit-report@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v2.0.0/manifests"},{"name":"v1","sha":"2e9ef33ea5b847613daab25135d09a81a40f231f","kind":"tag","published_at":"2021-01-17T14:28:01.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v1","dependencies_parsed_at":"2023-05-30T16:28:25.299Z","dependency_job_id":"311d21bf-b7ab-4380-9aae-a46c9b3c7181","purl":"pkg:github/mikepenz/action-junit-report@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v1/manifests"},{"name":"v1.2.1","sha":"67c76b4966a2b082a8615d2a56c577375effcc4e","kind":"tag","published_at":"2021-01-17T14:27:52.000Z","download_url":"https://codeload.github.com/mikepenz/action-junit-report/tar.gz/v1.2.1","html_url":"https://github.com/mikepenz/action-junit-report/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-30T16:28:26.159Z","dependency_job_id":"251632a1-49f0-416b-a7f3-c65ca15927ed","purl":"pkg:github/mikepenz/action-junit-report@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/tags/v1.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-19T11:51:35.120Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1788,"rankings":{"downloads":null,"dependent_repos_count":0.5799397876723181,"dependent_packages_count":0.0,"stargazers_count":1.0426239898589764,"forks_count":0.5545872286483917,"docker_downloads_count":null,"average":0.5442877515449216},"purl":"pkg:githubactions/mikepenz/action-junit-report","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/mikepenz/action-junit-report","docker_dependents_count":1,"docker_downloads_count":939,"usage_url":"https://repos.ecosyste.ms/usage/actions/mikepenz/action-junit-report","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/mikepenz/action-junit-report/dependencies","status":null,"funding_links":["https://github.com/sponsors/mikepenz"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T09:23:39.767Z","issues_count":87,"pull_requests_count":888,"avg_time_to_close_issue":3395371.4153846153,"avg_time_to_close_pull_request":599140.1105710814,"issues_closed_count":65,"pull_requests_closed_count":823,"pull_request_authors_count":21,"issue_authors_count":80,"avg_comments_per_issue":3.5057471264367814,"avg_comments_per_pull_request":1.0878378378378377,"merged_pull_requests_count":185,"bot_issues_count":6,"bot_pull_requests_count":720,"past_year_issues_count":8,"past_year_pull_requests_count":63,"past_year_avg_time_to_close_issue":456319.0,"past_year_avg_time_to_close_pull_request":200079.80357142858,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":56,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":0.25,"past_year_avg_comments_per_pull_request":2.365079365079365,"past_year_bot_issues_count":2,"past_year_bot_pull_requests_count":56,"past_year_merged_pull_requests_count":40,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepenz%2Faction-junit-report/issues","maintainers":[{"login":"mikepenz","count":142,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mikepenz"}],"active_maintainers":[{"login":"mikepenz","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mikepenz"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mikepenz%2Faction-junit-report/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mikepenz%2Faction-junit-report/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mikepenz%2Faction-junit-report/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mikepenz%2Faction-junit-report/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mikepenz%2Faction-junit-report/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mikepenz%2Faction-junit-report/codemeta","maintainers":[]}