{"id":5801172,"name":"parasoft/execute-job-action","ecosystem":"actions","description":"Execute a job in Parasoft Continuous Testing Platform","homepage":"https://www.parasoft.com/","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/parasoft/execute-job-action","keywords_array":["api","continuous","ctp","environment","functional","parasoft","soatest","testing","virtual"],"namespace":"parasoft","versions_count":9,"first_release_published_at":"2021-01-26T18:03:36.000Z","latest_release_published_at":"2021-05-27T19:19:46.000Z","latest_release_number":"1.0.7","last_synced_at":"2026-09-13T13:37:17.702Z","created_at":"2023-01-04T12:54:19.003Z","updated_at":"2026-09-16T21:13:33.557Z","registry_url":"https://github.com/parasoft/execute-job-action","install_command":null,"documentation_url":null,"metadata":{"name":"Execute Job","description":"Execute a job in Parasoft Continuous Testing Platform","author":"Parasoft","branding":{"icon":"aperture","color":"blue"},"inputs":{"ctpUrl":{"required":true,"description":"CTP URL"},"ctpUsername":{"required":true,"description":"CTP Username"},"ctpPassword":{"required":true,"description":"CTP Password"},"ctpJob":{"required":true,"description":"CTP Test Execution Job Name"},"abortOnTimeout":{"required":false,"description":"Abort the job after timeout exceeded"},"timeoutInMinutes":{"required":false,"description":"Timeout value in minutes"},"publishReport":{"required":false,"description":"Publish test execution results to DTP"},"dtpUrl":{"required":false,"description":"DTP URL"},"dtpUsername":{"required":false,"description":"DTP Username"},"dtpPassword":{"required":false,"description":"DTP Password"},"dtpProject":{"required":false,"description":"DTP Project Name"},"buildId":{"required":false,"description":"Build ID to send to DTP"},"sessionTag":{"required":false,"description":"Session Tag to send to DTP"},"appendEnvironment":{"required":false,"description":"Append the test variable set environment name to the session tag"}},"runs":{"using":"node12","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":37793036,"uuid":"330779730","full_name":"parasoft/execute-job-action","owner":"parasoft","description":"A GitHub Action for running test execution jobs in a remote Parasoft Continuous Testing Platform","archived":false,"fork":false,"pushed_at":"2025-08-18T16:54:17.000Z","size":447,"stargazers_count":10,"open_issues_count":8,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-09-13T13:57:47.293Z","etag":null,"topics":["api","continuous","ctp","environment","functional","parasoft","soatest","testing","virtual"],"latest_commit_sha":null,"homepage":"https://www.parasoft.com/","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/parasoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-18T20:30:27.000Z","updated_at":"2025-08-18T16:54:19.000Z","dependencies_parsed_at":"2025-07-13T02:45:35.438Z","dependency_job_id":null,"html_url":"https://github.com/parasoft/execute-job-action","commit_stats":{"total_commits":76,"total_committers":5,"mean_commits":15.2,"dds":0.5,"last_synced_commit":"1899d360584e281e027c537d2df0f75a1115776e"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/parasoft/execute-job-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parasoft","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/sbom","scorecard":{"id":720310,"data":{"date":"2025-08-11","repo":{"name":"github.com/parasoft/execute-job-action","commit":"1899d360584e281e027c537d2df0f75a1115776e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.5,"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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":"Code-Review","score":0,"reason":"Found 0/14 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/parasoft/execute-job-action/test.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:14","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 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":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7r3h-m5j6-3q42","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6","Warn: Project is vulnerable to: GHSA-896r-f27r-55mw","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-jgrx-mgxx-jf9v","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-6fc8-4gx4-v693","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"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-22T11:05:22.389Z","repository_id":37793036,"created_at":"2025-08-22T11:05:22.389Z","updated_at":"2025-08-22T11:05:22.389Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37373099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-16T02:00:06.638Z","response_time":96,"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":"parasoft","name":"Parasoft Corporation","uuid":"18577356","kind":"organization","description":"","email":null,"website":"https://www.parasoft.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18577356?v=4","repositories_count":16,"last_synced_at":"2023-02-27T19:10:25.043Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/parasoft","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-11T01:47:34.129Z","updated_at":"2023-02-27T19:10:25.073Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parasoft","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parasoft/repositories"},"tags":[{"name":"1.0.7","sha":"1899d360584e281e027c537d2df0f75a1115776e","kind":"commit","published_at":"2021-05-27T19:19:46.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.7","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.7","dependencies_parsed_at":"2023-05-30T22:45:06.560Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.7/manifests"},{"name":"v1","sha":"1899d360584e281e027c537d2df0f75a1115776e","kind":"commit","published_at":"2021-05-27T19:19:46.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/v1","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/v1","dependencies_parsed_at":"2023-05-30T22:45:09.550Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/v1/manifests"},{"name":"1.0.6","sha":"8c7d8623a9a5dc84e6b519ea63bca4447b8bba34","kind":"commit","published_at":"2021-05-27T14:50:08.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.6","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.6","dependencies_parsed_at":"2023-05-30T22:45:07.575Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.6/manifests"},{"name":"1.0.5","sha":"929e1f0ce4f765bd7ebba8825cd139f641537b45","kind":"commit","published_at":"2021-05-27T14:36:55.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.5","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.5","dependencies_parsed_at":"2023-05-30T22:45:08.441Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.5/manifests"},{"name":"1.0.4","sha":"9db33e867e098b9d63b0dc83587c168a96aec4bb","kind":"commit","published_at":"2021-05-11T01:25:20.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.4","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.4","dependencies_parsed_at":"2023-05-30T22:45:10.373Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.4/manifests"},{"name":"1.0.3","sha":"c02b0c00163aef3e2099076026ca79cf5bdc26a6","kind":"commit","published_at":"2021-04-19T15:24:57.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.3","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.3","dependencies_parsed_at":"2023-05-30T22:45:11.370Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"2f6a89bbe0799bff2a46321269074a9529fed630","kind":"commit","published_at":"2021-01-31T12:16:20.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.2","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.2","dependencies_parsed_at":"2023-05-30T22:45:12.381Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"c0f2f77179eeba0b54b47a00c55769fa355df081","kind":"commit","published_at":"2021-01-31T03:27:54.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.1","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.1","dependencies_parsed_at":"2023-05-30T22:45:13.292Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"4ff52dfe0b1abb285d1e94418d9b6015bbb5f6bc","kind":"commit","published_at":"2021-01-26T18:03:36.000Z","download_url":"https://codeload.github.com/parasoft/execute-job-action/tar.gz/1.0.0","html_url":"https://github.com/parasoft/execute-job-action/releases/tag/1.0.0","dependencies_parsed_at":"2023-05-30T22:45:14.506Z","dependency_job_id":null,"purl":"pkg:github/parasoft/execute-job-action@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-16T21:13:33.556Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.753604816986215,"dependent_packages_count":0.0,"stargazers_count":12.147044842338774,"forks_count":12.945650451592458,"docker_downloads_count":null,"average":12.461575027729362},"purl":"pkg:githubactions/parasoft/execute-job-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/parasoft/execute-job-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/parasoft/execute-job-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/parasoft/execute-job-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-14T21:48:47.752Z","issues_count":1,"pull_requests_count":101,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":856864.2989690722,"issues_closed_count":0,"pull_requests_closed_count":97,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":0.9603960396039604,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":100,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasoft%2Fexecute-job-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/parasoft%2Fexecute-job-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/parasoft%2Fexecute-job-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/parasoft%2Fexecute-job-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/parasoft%2Fexecute-job-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/parasoft%2Fexecute-job-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/parasoft%2Fexecute-job-action/codemeta","maintainers":[]}