{"id":5800668,"name":"codecov/codecov-action","ecosystem":"actions","description":"GitHub Action that uploads coverage reports for your repository to codecov.io","homepage":"https://www.codecov.io","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/codecov/codecov-action","keywords_array":["actions","code-coverage","codecov","github"],"namespace":"codecov","versions_count":101,"first_release_published_at":"2019-08-07T02:52:50.000Z","latest_release_published_at":"2026-03-26T14:00:44.000Z","latest_release_number":"v6.0.0","last_synced_at":"2026-04-12T17:01:42.170Z","created_at":"2023-01-04T12:20:26.489Z","updated_at":"2026-04-12T17:01:42.171Z","registry_url":"https://github.com/codecov/codecov-action","install_command":null,"documentation_url":null,"metadata":{"name":"Codecov","description":"GitHub Action that uploads coverage reports for your repository to codecov.io","author":"Thomas Hu \u003c@thomasrockhu-codecov\u003e | Codecov","inputs":{"base_sha":{"description":"The base SHA to select. This is only used in the \"pr-base-picking\" run command","required":false},"binary":{"description":"The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed.","required":false},"codecov_yml_path":{"description":"The location of the codecov.yml file. This is crrently ONLY used for automated test selection (https://docs.codecov.com/docs/getting-started-with-ats). Note that for all other cases, the Codecov yaml will need to be located as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml","required":false},"commit_parent":{"description":"SHA (with 40 chars) of what should be the parent of this commit.","required":false},"directory":{"description":"Folder to search for coverage files. Default to the current working directory","required":false},"disable_file_fixes":{"description":"Disable file fixes to ignore common lines from coverage (e.g. blank lines or empty brackets). Read more here https://docs.codecov.com/docs/fixing-reports","required":false,"default":"false"},"disable_search":{"description":"Disable search for coverage files. This is helpful when specifying what files you want to upload with the files option.","required":false,"default":"false"},"disable_safe_directory":{"description":"Disable setting safe directory. Set to true to disable.","required":false,"default":"false"},"disable_telem":{"description":"Disable sending telemetry data to Codecov. Set to true to disable.","required":false,"default":"false"},"dry_run":{"description":"Don't upload files to Codecov","required":false,"default":"false"},"env_vars":{"description":"Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)","required":false},"exclude":{"description":"Comma-separated list of folders to exclude from search.","required":false},"fail_ci_if_error":{"description":"On error, exit with non-zero code","required":false,"default":"false"},"files":{"description":"Comma-separated list of explicit files to upload. These will be added to the coverage files found for upload. If you wish to only upload the specified files, please consider using disable_search to disable uploading other files.","required":false},"flags":{"description":"Comma-separated list of flags to upload to group coverage metrics.","required":false},"force":{"description":"Only used for empty-upload run command","required":false},"git_service":{"description":"Override the git_service (e.g. github_enterprise)","required":false,"default":"github"},"gcov_args":{"description":"Extra arguments to pass to gcov","required":false},"gcov_executable":{"description":"gcov executable to run. Defaults to 'gcov'","required":false,"default":"gcov"},"gcov_ignore":{"description":"Paths to ignore during gcov gathering","required":false},"gcov_include":{"description":"Paths to include during gcov gathering","required":false},"handle_no_reports_found":{"description":"If no coverage reports are found, do not raise an exception.","required":false,"default":"false"},"job_code":{"description":"","required":false},"name":{"description":"Custom defined name of the upload. Visible in the Codecov UI","required":false},"network_filter":{"description":"Specify a filter on the files listed in the network section of the Codecov report. This will only add files whose path begin with the specified filter. Useful for upload-specific path fixing.","required":false},"network_prefix":{"description":"Specify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixing.","required":false},"os":{"description":"Override the assumed OS. Options available at cli.codecov.io","required":false},"override_branch":{"description":"Specify the branch to be displayed with this commit on Codecov","required":false},"override_build":{"description":"Specify the build number manually","required":false},"override_build_url":{"description":"The URL of the build where this is running","required":false},"override_commit":{"description":"Commit SHA (with 40 chars)","required":false},"override_pr":{"description":"Specify the pull request number manually. Used to override pre-existing CI environment variables.","required":false},"plugins":{"description":"Comma-separated list of plugins to run. Specify `noop` to turn off all plugins","required":false},"recurse_submodules":{"description":"Whether to enumerate files inside of submodules for path-fixing purposes. Off by default.","default":"false"},"report_code":{"description":"The code of the report if using local upload. If unsure, leave default. Read more here https://docs.codecov.com/docs/the-codecov-cli#how-to-use-local-upload","required":false},"report_type":{"description":"The type of file to upload, coverage by default. Possible values are \"test_results\", \"coverage\".","required":false},"root_dir":{"description":"Root folder from which to consider paths on the network section. Defaults to current working directory.","required":false},"run_command":{"description":"Choose which CLI command to run. Options are \"upload-coverage\", \"empty-upload\", \"pr-base-picking\", \"send-notifications\". \"upload-coverage\" is run by default.","required":false,"default":"upload-coverage"},"skip_validation":{"description":"Skip integrity checking of the CLI. This is NOT recommended.","required":false,"default":"false"},"slug":{"description":"[Required when using the org token] Set to the owner/repo slug used instead of the private repo token. Only applicable to some Enterprise users.","required":false},"swift_project":{"description":"Specify the swift project name. Useful for optimization.","required":false},"token":{"description":"Repository Codecov token. Used to authorize report uploads","required":false},"url":{"description":"Set to the Codecov instance URl. Used by Dedicated Enterprise Cloud customers.","required":false},"use_legacy_upload_endpoint":{"description":"Use the legacy upload endpoint.","required":false,"default":"false"},"use_oidc":{"description":"Use OIDC instead of token. This will ignore any token supplied","required":false,"default":"false"},"use_pypi":{"description":"Use the pypi version of the CLI instead of from cli.codecov.io","required":false,"default":"false"},"verbose":{"description":"Enable verbose logging","required":false,"default":"false"},"version":{"description":"Which version of the Codecov CLI to use (defaults to 'latest')","required":false,"default":"latest"},"working-directory":{"description":"Directory in which to execute codecov.sh","required":false}},"branding":{"color":"red","icon":"umbrella"},"runs":{"using":"composite","steps":[{"name":"Check system dependencies","shell":"sh","run":"missing_deps=\"\"\n\n# Check for always-required commands\nfor cmd in bash git curl; do\n  if ! command -v \"$cmd\" \u003e/dev/null 2\u003e\u00261; then\n    missing_deps=\"$missing_deps $cmd\"\n  fi\ndone\n\n# Check for gpg only if validation is not being skipped\nif [ \"${{ inputs.skip_validation }}\" != \"true\" ]; then\n  if ! command -v gpg \u003e/dev/null 2\u003e\u00261; then\n    missing_deps=\"$missing_deps gpg\"\n  fi\nfi\n\n# Report missing required dependencies\nif [ -n \"$missing_deps\" ]; then\n  echo \"Error: The following required dependencies are missing:$missing_deps\"\n  echo \"Please install these dependencies before using this action.\"\n  exit 1\nfi\n\necho \"All required system dependencies are available.\"\n"},{"name":"Action version","shell":"bash","run":"CC_ACTION_VERSION=$(cat ${GITHUB_ACTION_PATH}/src/version)\necho -e \"\\033[0;32m==\u003e\\033[0m Running Action version $CC_ACTION_VERSION\"\n"},{"name":"Set safe directory","if":"${{ inputs.disable_safe_directory != 'true' }}","shell":"bash","run":"git config --global --add safe.directory \"${{ github.workspace }}\"\ngit config --global --add safe.directory \"$GITHUB_WORKSPACE\"\n"},{"name":"Set fork","shell":"bash","run":"CC_FORK=\"false\"\nif [ -n \"$GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME\" ] \u0026\u0026 [ \"$GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME\" != \"$GITHUB_REPOSITORY\" ];\nthen\n  echo -e \"\\033[0;32m==\u003e\\033[0m Fork detected\"\n  CC_FORK=\"true\"\nfi\necho \"CC_FORK=$CC_FORK\" \u003e\u003e \"$GITHUB_ENV\"\n","env":{"GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL":"${{ github.event.pull_request.head.label }}","GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME":"${{ github.event.pull_request.head.repo.full_name }}","GITHUB_REPOSITORY":"${{ github.repository }}"}},{"name":"Get OIDC token","uses":"actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd","id":"oidc","with":{"script":"if (process.env.CC_USE_OIDC === 'true' \u0026\u0026 process.env.CC_FORK != 'true') {\n  const id_token = await core.getIDToken(process.env.CC_OIDC_AUDIENCE)\n  return id_token\n}\n"},"env":{"CC_OIDC_AUDIENCE":"${{ inputs.url || 'https://codecov.io' }}","CC_USE_OIDC":"${{ inputs.use_oidc }}"}},{"name":"Get and set token","shell":"bash","run":"if [ \"${{ inputs.use_oidc }}\" == 'true' ] \u0026\u0026 [ \"$CC_FORK\" != 'true' ];\nthen\n  echo \"CC_TOKEN=$CC_OIDC_TOKEN\" \u003e\u003e \"$GITHUB_ENV\"\nelif [ -n \"${{ env.CODECOV_TOKEN }}\" ];\nthen\n  echo -e \"\\033[0;32m==\u003e\\033[0m Token set from env\"\n    echo \"CC_TOKEN=${{ env.CODECOV_TOKEN }}\" \u003e\u003e \"$GITHUB_ENV\"\nelse\n  if [ -n \"${{ inputs.token }}\" ];\n  then\n    echo -e \"\\033[0;32m==\u003e\\033[0m Token set from input\"\n    CC_TOKEN=$(echo \"${{ inputs.token }}\" | tr -d '\\n')\n    echo \"CC_TOKEN=$CC_TOKEN\" \u003e\u003e \"$GITHUB_ENV\"\n  fi\nfi\n","env":{"CC_OIDC_TOKEN":"${{ steps.oidc.outputs.result }}","CC_OIDC_AUDIENCE":"${{ inputs.url || 'https://codecov.io' }}"}},{"name":"Override branch for forks","shell":"bash","run":"if [ -z \"$CC_BRANCH\" ] \u0026\u0026 [ -z \"$CC_TOKEN\" ] \u0026\u0026 [ \"$CC_FORK\" == 'true' ]\nthen\n  echo -e \"\\033[0;32m==\u003e\\033[0m Fork detected, setting branch to $GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL\"\n  TOKENLESS=\"$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL\"\n  CC_BRANCH=\"$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL\"\n  echo \"TOKENLESS=$TOKENLESS\" \u003e\u003e \"$GITHUB_ENV\"\nfi\n\necho \"CC_BRANCH=$CC_BRANCH\" \u003e\u003e \"$GITHUB_ENV\"\n","env":{"CC_BRANCH":"${{ inputs.override_branch }}","GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL":"${{ github.event.pull_request.head.label }}","GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME":"${{ github.event.pull_request.head.repo.full_name }}","GITHUB_REPOSITORY":"${{ github.repository }}"}},{"name":"Override commits and pr for pull requests","shell":"bash","run":"if [ -z \"$CC_SHA\" ];\nthen\n  CC_SHA=\"$GITHUB_EVENT_PULL_REQUEST_HEAD_SHA\"\nfi\nif [ -z \"$CC_PR\" ] \u0026\u0026 [ \"$CC_FORK\" == 'true' ];\nthen\n  CC_PR=\"$GITHUB_EVENT_NUMBER\"\nfi\n\necho \"CC_SHA=$CC_SHA\" \u003e\u003e \"$GITHUB_ENV\"\necho \"CC_PR=$CC_PR\" \u003e\u003e \"$GITHUB_ENV\"\n","env":{"CC_PR":"${{ inputs.override_pr }}","CC_SHA":"${{ inputs.override_commit }}","GITHUB_EVENT_NAME":"${{ github.event_name }}","GITHUB_EVENT_NUMBER":"${{ github.event.number }}","GITHUB_EVENT_PULL_REQUEST_HEAD_SHA":"${{ github.event.pull_request.head.sha }}"}},{"name":"Upload coverage to Codecov","run":"${GITHUB_ACTION_PATH}/dist/codecov.sh","shell":"bash","working-directory":"${{ inputs.working-directory }}","env":{"CC_BASE_SHA":"${{ inputs.base_sha }}","CC_BINARY":"${{ inputs.binary }}","CC_BUILD":"${{ inputs.override_build }}","CC_BUILD_URL":"${{ inputs.override_build_url }}","CC_CODE":"${{ inputs.report_code }}","CC_DIR":"${{ inputs.directory }}","CC_DISABLE_FILE_FIXES":"${{ inputs.disable_file_fixes }}","CC_DISABLE_SEARCH":"${{ inputs.disable_search }}","CC_DISABLE_TELEM":"${{ inputs.disable_telem }}","CC_DRY_RUN":"${{ inputs.dry_run }}","CC_ENTERPRISE_URL":"${{ inputs.url }}","CC_ENV":"${{ inputs.env_vars }}","CC_EXCLUDES":"${{ inputs.exclude }}","CC_FAIL_ON_ERROR":"${{ inputs.fail_ci_if_error }}","CC_FILES":"${{ inputs.files }}","CC_FLAGS":"${{ inputs.flags }}","CC_FORCE":"${{ inputs.force }}","CC_GCOV_ARGS":"${{ inputs.gcov_args }}","CC_GCOV_EXECUTABLE":"${{ inputs.gcov_executable }}","CC_GCOV_IGNORE":"${{ inputs.gcov_ignore }}","CC_GCOV_INCLUDE":"${{ inputs.gcov_include }}","CC_GIT_SERVICE":"${{ inputs.git_service }}","CC_HANDLE_NO_REPORTS_FOUND":"${{ inputs.handle_no_reports_found }}","CC_JOB_CODE":"${{ inputs.job_code }}","CC_LEGACY":"${{ inputs.use_legacy_upload_endpoint }}","CC_NAME":"${{ inputs.name }}","CC_NETWORK_FILTER":"${{ inputs.network_filter }}","CC_NETWORK_PREFIX":"${{ inputs.network_prefix }}","CC_NETWORK_ROOT_FOLDER":"${{ inputs.root_dir }}","CC_OS":"${{ inputs.os }}","CC_PARENT_SHA":"${{ inputs.commit_parent }}","CC_PLUGINS":"${{ inputs.plugins }}","CC_RECURSE_SUBMODULES":"${{ inputs.recurse_submodules }}","CC_REPORT_TYPE":"${{ inputs.report_type }}","CC_RUN_CMD":"${{ inputs.run_command }}","CC_SERVICE":"${{ inputs.git_service }}","CC_SKIP_VALIDATION":"${{ inputs.skip_validation }}","CC_SLUG":"${{ inputs.slug }}","CC_SWIFT_PROJECT":"${{ inputs.swift_project }}","CC_USE_PYPI":"${{ inputs.use_pypi }}","CC_VERBOSE":"${{ inputs.verbose }}","CC_VERSION":"${{ inputs.version }}","CC_YML_PATH":"${{ inputs.codecov_yml_path }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":38123758,"uuid":"200299178","full_name":"codecov/codecov-action","owner":"codecov","description":"GitHub Action that uploads coverage to Codecov :open_umbrella: ","archived":false,"fork":false,"pushed_at":"2026-03-23T04:42:33.000Z","size":16367,"stargazers_count":1665,"open_issues_count":57,"forks_count":243,"subscribers_count":15,"default_branch":"main","last_synced_at":"2026-03-23T20:17:48.955Z","etag":null,"topics":["actions","code-coverage","codecov","github"],"latest_commit_sha":null,"homepage":"https://www.codecov.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codecov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-02T21:20:56.000Z","updated_at":"2026-03-18T18:57:04.000Z","dependencies_parsed_at":"2023-12-11T18:30:21.054Z","dependency_job_id":"cf7cbe26-f2fc-4551-866c-5628927332ce","html_url":"https://github.com/codecov/codecov-action","commit_stats":{"total_commits":947,"total_committers":59,"mean_commits":"16.050847457627118","dds":0.5923970432946146,"last_synced_commit":"015f24e6818733317a2da2edd6290ab26238649a"},"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"purl":"pkg:github/codecov/codecov-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecov","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/sbom","scorecard":{"id":296126,"data":{"date":"2025-06-25T15:59:21Z","repo":{"name":"github.com/codecov/codecov-action","commit":"2db07e317924c76f654a414629d71c65876882e2"},"scorecard":{"version":"v5.1.1","commit":"cd152cb6742c5b8f2f3d2b5193b41d9c50905198"},"score":7.5,"checks":[{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#dependency-update-tool"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecards-analysis.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/scorecards-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecards-analysis.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/codecov/codecov-action/scorecards-analysis.yml/main?enable=pin","Warn: pipCommand not pinned by hash: dist/codecov.sh:62","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:62","Info:   1 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand 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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#pinned-dependencies"}},{"name":"Maintained","score":9,"reason":"11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#maintained"}},{"name":"Code-Review","score":8,"reason":"Found 15/17 approved changesets -- score normalized to 8","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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#code-review"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#binary-artifacts"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:27","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards-analysis.yml:23","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards-analysis.yml:24","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/enforce-license-compliance.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:6","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards-analysis.yml:11","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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#vulnerabilities"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#cii-best-practices"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#signed-releases"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#fuzzing"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/codecov/.github/SECURITY.md:1","Info: Found linked content: github.com/codecov/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/codecov/.github/SECURITY.md:1","Info: Found text in security policy: github.com/codecov/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#branch-protection"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (28) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#sast"}},{"name":"CI-Tests","score":10,"reason":"28 out of 28 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 13 contributing companies or organizations","details":["Info: found contributions from: aio-libs, annotated-types, codecov, conda-forge, logfire, microsoft, modelcontextprotocol, pydantic, pytest-dev, python-arq, rq, sdjamaat, tutorcruncher"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-17T19:33:10.781Z","repository_id":38123758,"created_at":"2025-08-17T19:33:10.781Z","updated_at":"2025-08-17T19:33:10.781Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31211933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-30T15:24:02.938Z","status":"ssl_error","status_checked_at":"2026-03-30T15:23:44.804Z","response_time":138,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"codecov","name":"Codecov","uuid":"8226205","kind":"organization","description":"Empower developers with tools to improve code quality and testing.","email":"hello-codecov@sentry.io","website":"https://codecov.io/","location":"United States of America","twitter":"codecov","company":null,"icon_url":"https://avatars.githubusercontent.com/u/8226205?v=4","repositories_count":136,"last_synced_at":"2025-10-19T17:11:28.720Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/codecov","funding_links":[],"total_stars":6354,"followers":666,"following":0,"created_at":"2022-11-02T16:22:57.866Z","updated_at":"2025-10-19T17:11:28.720Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecov","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecov/repositories"},"tags":[{"name":"v6.0.0","sha":"57e3a136b779b570ffcdbf80b3bdc90e7fab3de2","kind":"tag","published_at":"2026-03-26T14:00:44.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v6.0.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v6.0.0/manifests"},{"name":"v6","sha":"57e3a136b779b570ffcdbf80b3bdc90e7fab3de2","kind":"commit","published_at":"2026-03-26T14:00:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v6","html_url":"https://github.com/codecov/codecov-action/releases/tag/v6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v6/manifests"},{"name":"v5.5.4","sha":"75cd11691c0faa626561e295848008c8a7dddffe","kind":"tag","published_at":"2026-03-26T13:52:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.5.4","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.4/manifests"},{"name":"v5.5.3","sha":"1af58845a975a7985b0beb0cbe6fbbb71a41dbad","kind":"tag","published_at":"2026-03-18T18:19:46.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.5.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.3/manifests"},{"name":"v5.5.2","sha":"671740ac38dd9b0130fbe1cec585b89eea48d3de","kind":"tag","published_at":"2025-12-09T19:21:13.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.5.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.2/manifests"},{"name":"v5.5.1","sha":"5a1091511ad55cbe89839c7260b706298ca349f7","kind":"tag","published_at":"2025-09-04T14:36:07.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.5.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.5.1","dependencies_parsed_at":null,"dependency_job_id":"d7b57847-2782-47f4-b920-4f656432604b","purl":"pkg:github/codecov/codecov-action@v5.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.1/manifests"},{"name":"v5.5.0","sha":"fdcc8476540edceab3de004e990f80d881c6cc00","kind":"tag","published_at":"2025-08-20T14:04:14.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.5.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.5.0","dependencies_parsed_at":"2025-08-27T07:49:29.808Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.5.0/manifests"},{"name":"v5.4.3","sha":"18283e04ce6e62d37312384ff67231eb8fd56d24","kind":"tag","published_at":"2025-05-15T20:38:43.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.4.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.4.3","dependencies_parsed_at":"2025-08-27T07:49:31.794Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.3/manifests"},{"name":"v5.4.2","sha":"ad3126e916f78f00edff4ed0317cf185271ccc2d","kind":"tag","published_at":"2025-04-14T20:01:47.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.4.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.4.2","dependencies_parsed_at":"2025-08-27T07:49:23.145Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.2/manifests"},{"name":"v5.4.1","sha":"cf3f51a67d2820f7a7cefa0831889fbbef41ca57","kind":"tag","published_at":"2025-04-14T18:43:01.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.4.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.4.1","dependencies_parsed_at":"2025-08-27T07:49:24.130Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.1/manifests"},{"name":"v5.4.1-beta","sha":"a332ebc46656e4a1465b2c79187e3708f3de4258","kind":"commit","published_at":"2025-04-12T00:50:58.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.4.1-beta","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.4.1-beta","dependencies_parsed_at":"2025-08-27T07:49:29.846Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.4.1-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.1-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.1-beta/manifests"},{"name":"v5.4.0","sha":"0565863a31f2c772f9f0395002a31e3f06189574","kind":"tag","published_at":"2025-02-26T23:40:37.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.4.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.4.0","dependencies_parsed_at":"2025-08-27T07:49:26.985Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3","kind":"tag","published_at":"2025-01-24T16:13:17.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.3.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.3.1","dependencies_parsed_at":"2025-08-27T07:49:24.787Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"0da7aa657d958d32c117fc47e1f977e7524753c7","kind":"tag","published_at":"2025-01-23T19:11:06.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.3.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.3.0","dependencies_parsed_at":"2025-08-27T07:49:23.267Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.3.0/manifests"},{"name":"v5.2.0","sha":"5a605bd92782ce0810fa3b8acc235c921b497052","kind":"tag","published_at":"2025-01-22T16:33:27.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.2.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.2.0","dependencies_parsed_at":"2025-08-27T07:49:23.138Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.2.0/manifests"},{"name":"v5.1.2","sha":"1e68e06f1dbfde0e4cefc87efeba9e4643565303","kind":"tag","published_at":"2024-12-18T18:44:56.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.1.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.1.2","dependencies_parsed_at":"2024-12-20T04:45:52.228Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.2/manifests"},{"name":"v5.1.1","sha":"7f8b4b4bde536c465e797be725718b88c5d95e0e","kind":"tag","published_at":"2024-12-05T21:10:18.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.1.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.1.1","dependencies_parsed_at":"2024-12-07T04:07:10.950Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.1/manifests"},{"name":"v5.1.1","sha":"7f8b4b4bde536c465e797be725718b88c5d95e0e","kind":"tag","published_at":"2024-12-05T21:10:18.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.1.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.1.1","dependencies_parsed_at":"2024-12-07T04:07:10.878Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"c2fcb216de2b0348de0100baa3ea2cad9f100a01","kind":"tag","published_at":"2024-12-05T18:20:12.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.1.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.1.0","dependencies_parsed_at":"2024-12-07T04:07:10.915Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.1.0/manifests"},{"name":"v5.0.7","sha":"015f24e6818733317a2da2edd6290ab26238649a","kind":"tag","published_at":"2024-11-21T00:03:44.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.7","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.7","dependencies_parsed_at":"2024-11-26T06:53:17.183Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"d168679d447a7d9f9917d4b26caf2cfbf080cfb4","kind":"tag","published_at":"2024-11-20T20:16:28.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.6","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.6","dependencies_parsed_at":"2024-11-26T06:53:17.188Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"288befbd1044bd1756afb0bdae077549e0ddb31f","kind":"tag","published_at":"2024-11-20T15:37:41.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.5","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.5","dependencies_parsed_at":"2024-11-26T06:53:17.178Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"985343d70564a82044c1b7fcb84c2fa05405c1a2","kind":"tag","published_at":"2024-11-20T02:16:29.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.4","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.4","dependencies_parsed_at":"2024-11-21T04:37:54.069Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"05f5a9cfad807516dbbef9929c4a42df3eb78766","kind":"tag","published_at":"2024-11-19T20:39:42.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.3","dependencies_parsed_at":"2024-11-20T04:47:39.503Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"5c47607acb93fed5485fdbf7232e8a31425f672a","kind":"tag","published_at":"2024-11-15T15:27:22.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.2","dependencies_parsed_at":"2024-11-17T04:22:32.706Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"3b1354a6c45db9f1008891f4eafc1a7e94ce1d18","kind":"tag","published_at":"2024-11-15T13:34:56.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.1","dependencies_parsed_at":"2024-11-17T04:22:32.708Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"968872560f81e7bdde9272853e65f2507c0eca7c","kind":"tag","published_at":"2024-11-14T16:37:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.0","dependencies_parsed_at":"2024-11-16T04:34:11.911Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.0/manifests"},{"name":"v5","sha":"968872560f81e7bdde9272853e65f2507c0eca7c","kind":"commit","published_at":"2024-11-14T16:05:47.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5","dependencies_parsed_at":"2024-11-16T04:34:11.920Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5/manifests"},{"name":"v5.0.0-beta","sha":"193421c5b3d1aca4209c9754f224ca0d85729414","kind":"tag","published_at":"2024-11-13T19:17:34.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5.0.0-beta","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5.0.0-beta","dependencies_parsed_at":"2024-11-14T04:33:56.318Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5.0.0-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.0-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5.0.0-beta/manifests"},{"name":"v5-beta","sha":"bb7467c2bce05781760a0964d48e35e96ee59505","kind":"commit","published_at":"2024-11-11T15:54:09.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v5-beta","html_url":"https://github.com/codecov/codecov-action/releases/tag/v5-beta","dependencies_parsed_at":"2024-11-13T04:46:44.879Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v5-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v5-beta/manifests"},{"name":"v4.6.0","sha":"b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238","kind":"tag","published_at":"2024-10-01T14:51:36.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.6.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.6.0","dependencies_parsed_at":"2024-10-03T04:20:54.419Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.6.0/manifests"},{"name":"v4.5.0","sha":"e28ff129e5465c2c0dcc6f003fc735cb6ae0c673","kind":"tag","published_at":"2024-06-13T07:46:33.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.5.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.5.0","dependencies_parsed_at":"2024-06-17T05:12:41.746Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.5.0/manifests"},{"name":"v4.4.1","sha":"125fc84a9a348dbcf27191600683ec096ec9021c","kind":"tag","published_at":"2024-05-20T13:54:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.4.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.4.1","dependencies_parsed_at":"2024-05-22T05:11:21.096Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.4.1/manifests"},{"name":"v4.4.0","sha":"6d798873df2b1b8e5846dba6fb86631229fbcb17","kind":"commit","published_at":"2024-05-14T15:00:11.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.4.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.4.0","dependencies_parsed_at":"2024-05-17T07:58:52.540Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.4.0/manifests"},{"name":"v4.3.1","sha":"5ecb98a3c6b747ed38dc09f787459979aebb39be","kind":"tag","published_at":"2024-05-01T14:35:47.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.3.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.3.1","dependencies_parsed_at":"2024-05-03T05:38:32.669Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.3.1/manifests"},{"name":"v4.3.0","sha":"84508663e988701840491b86de86b666e8a86bed","kind":"tag","published_at":"2024-04-09T17:59:18.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.3.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.3.0","dependencies_parsed_at":"2024-04-13T18:43:27.270Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.3.0/manifests"},{"name":"v4.2.0","sha":"7afa10ed9b269c561c2336fd862446844e0cbf71","kind":"tag","published_at":"2024-04-03T22:47:48.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.2.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.2.0","dependencies_parsed_at":"2024-04-06T09:26:42.633Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.2.0/manifests"},{"name":"v4.1.1","sha":"c16abc29c95fcf9174b58eb7e1abf4c866893bc8","kind":"tag","published_at":"2024-03-26T16:03:31.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.1.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.1.1","dependencies_parsed_at":"2024-03-29T13:24:35.862Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"54bcd8715eee62d40e33596ef5e8f0f48dbbccab","kind":"tag","published_at":"2024-02-26T19:44:59.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.1.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.1.0","dependencies_parsed_at":"2024-02-28T09:13:24.822Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.1.0/manifests"},{"name":"v4.0.2","sha":"0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1","kind":"tag","published_at":"2024-02-23T16:38:07.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.0.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.0.2","dependencies_parsed_at":"2024-02-25T08:51:17.754Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"e0b68c6749509c5f83f984dd99a76a1c1a231044","kind":"tag","published_at":"2024-02-01T22:19:33.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.0.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.0.1","dependencies_parsed_at":"2024-02-04T04:55:42.742Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"f30e4959ba63075080d4f7f90cacc18d9f3fafd7","kind":"tag","published_at":"2024-01-31T18:06:31.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.0.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.0.0","dependencies_parsed_at":"2024-02-03T04:42:38.299Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0/manifests"},{"name":"v4","sha":"f30e4959ba63075080d4f7f90cacc18d9f3fafd7","kind":"commit","published_at":"2024-01-31T18:05:05.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4","dependencies_parsed_at":"2024-02-03T04:42:38.286Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4/manifests"},{"name":"v3.1.6","sha":"ab904c41d6ece82784817410c45d8b8c02684457","kind":"tag","published_at":"2024-01-30T19:19:38.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.1.6","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.1.6","dependencies_parsed_at":"2024-02-01T04:28:55.765Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v3.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.6/manifests"},{"name":"v3.1.5","sha":"4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0","kind":"tag","published_at":"2024-01-25T18:47:48.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.1.5","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.1.5","dependencies_parsed_at":"2024-01-28T04:22:56.334Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.5/manifests"},{"name":"v4.0.0-beta.3","sha":"428cda1b1c731be3e8bfa389049c3f276d572ffb","kind":"tag","published_at":"2023-09-22T22:30:56.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.0.0-beta.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.0.0-beta.3","dependencies_parsed_at":"2023-09-24T04:47:57.697Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0-beta.3/manifests"},{"name":"v4.0.0-beta.2","sha":"c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f","kind":"commit","published_at":"2023-09-13T16:29:07.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.0.0-beta.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.0.0-beta.2","dependencies_parsed_at":"2023-09-14T06:44:47.606Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0-beta.2/manifests"},{"name":"v4-beta","sha":"c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f","kind":"commit","published_at":"2023-09-13T16:29:07.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4-beta","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4-beta","dependencies_parsed_at":"2023-09-18T05:08:38.916Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4-beta/manifests"},{"name":"v4.0.0-beta.1","sha":"0016507ac73abde47045262c5eb6a92f777322ec","kind":"commit","published_at":"2023-09-13T15:58:26.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v4.0.0-beta.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v4.0.0-beta.1","dependencies_parsed_at":"2023-09-14T06:44:47.392Z","dependency_job_id":null,"purl":"pkg:github/codecov/codecov-action@v4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v4.0.0-beta.1/manifests"},{"name":"v3.1.4","sha":"eaaf4bedf32dbdc6b720b63067d99c4d77d6047d","kind":"tag","published_at":"2023-05-15T20:50:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.1.4","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.1.4","dependencies_parsed_at":"2023-06-02T00:22:25.050Z","dependency_job_id":"d3eb0c3e-8cb5-4320-96c8-f2453b52873f","purl":"pkg:github/codecov/codecov-action@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"894ff025c7b54547a9a2a1e9f228beae737ad3c2","kind":"tag","published_at":"2023-04-20T17:41:11.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.1.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.1.3","dependencies_parsed_at":"2023-06-02T00:22:22.042Z","dependency_job_id":"5544357e-7b58-4634-be71-d696c682afe8","purl":"pkg:github/codecov/codecov-action@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"40a12dcee2df644d47232dde008099a3e9e4f865","kind":"tag","published_at":"2023-04-11T20:09:45.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.1.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.1.2","dependencies_parsed_at":"2023-06-02T00:22:21.656Z","dependency_job_id":"09df5344-9884-47b2-9ba3-4099b88aab03","purl":"pkg:github/codecov/codecov-action@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70","kind":"tag","published_at":"2022-09-19T15:25:09.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.1.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.1.1","dependencies_parsed_at":"2023-05-30T23:46:29.365Z","dependency_job_id":"b6c80db0-7eac-4fd3-9bd6-9021d60dfc0f","purl":"pkg:github/codecov/codecov-action@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.1/manifests"},{"name":"v3","sha":"d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70","kind":"commit","published_at":"2022-09-19T15:24:21.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3","dependencies_parsed_at":"2023-05-30T23:46:30.297Z","dependency_job_id":"175b274b-5922-4c82-9b02-927a90f2ff7c","purl":"pkg:github/codecov/codecov-action@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3/manifests"},{"name":"v3.1.0","sha":"81cd2dc8148241f03f5839d295e000b8f761e378","kind":"tag","published_at":"2022-04-21T14:50:27.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.1.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.1.0","dependencies_parsed_at":"2023-05-30T23:46:30.960Z","dependency_job_id":"4952e0e6-f240-43fb-ac8d-85f0af68f2d5","purl":"pkg:github/codecov/codecov-action@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"e3c560433a6cc60aec8812599b7844a7b4fa0d71","kind":"tag","published_at":"2022-04-05T14:13:27.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v3.0.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-30T23:46:31.711Z","dependency_job_id":"5dc9cb59-c177-49b2-ac9c-5290cd59d443","purl":"pkg:github/codecov/codecov-action@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"f32b3a3741e1053eb607407145bc9619351dc93b","kind":"tag","published_at":"2021-09-13T13:09:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v2.1.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T23:46:32.548Z","dependency_job_id":"b9fb4d1a-da14-4035-885f-d075d43241f5","purl":"pkg:github/codecov/codecov-action@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.1.0/manifests"},{"name":"v2","sha":"f32b3a3741e1053eb607407145bc9619351dc93b","kind":"commit","published_at":"2021-09-13T12:58:22.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v2","dependencies_parsed_at":"2023-05-30T23:46:33.398Z","dependency_job_id":"91a6ae7b-432a-4d82-9bb1-59f4e977ee47","purl":"pkg:github/codecov/codecov-action@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2/manifests"},{"name":"v2.0.3","sha":"5a8bb4701eca7ba3673f21664b887f652c58d0a3","kind":"tag","published_at":"2021-08-24T16:10:12.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v2.0.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v2.0.3","dependencies_parsed_at":"2023-05-30T23:46:34.143Z","dependency_job_id":"46f12f8f-3e29-44ce-a986-4d8fdf9c3357","purl":"pkg:github/codecov/codecov-action@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"51d810878be5422784e86451c0e7c14e5860ec47","kind":"tag","published_at":"2021-07-23T14:51:04.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v2.0.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-30T23:46:35.218Z","dependency_job_id":"091564f0-35a4-49d4-b2c0-1a91044d0c04","purl":"pkg:github/codecov/codecov-action@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"c585afe366f940d214dc09df2664c06d7fe07052","kind":"tag","published_at":"2021-07-19T16:06:01.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v2.0.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T23:46:36.861Z","dependency_job_id":"a8ec9aed-5693-4e80-820c-917b900937d4","purl":"pkg:github/codecov/codecov-action@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"d4d413da82b94e3750598426bdc52f2d35f0ed8c","kind":"tag","published_at":"2021-07-19T14:30:41.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v2.0.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T23:46:37.792Z","dependency_job_id":"cefdd364-352e-4391-8842-c34e055bf2ab","purl":"pkg:github/codecov/codecov-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v2.0.0/manifests"},{"name":"2.0.0","sha":"d4d413da82b94e3750598426bdc52f2d35f0ed8c","kind":"commit","published_at":"2021-07-19T14:28:30.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/2.0.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/2.0.0","dependencies_parsed_at":"2023-05-30T23:46:35.929Z","dependency_job_id":"690503ae-194c-428b-a5ee-ddc06d849bfa","purl":"pkg:github/codecov/codecov-action@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/2.0.0/manifests"},{"name":"v1.5.2","sha":"29386c70ef20e286228c72b668a06fd0e8399192","kind":"tag","published_at":"2021-06-09T01:49:34.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.5.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.5.2","dependencies_parsed_at":"2023-05-30T23:46:38.514Z","dependency_job_id":"941b614d-41e2-45e4-bd02-56aba604fde9","purl":"pkg:github/codecov/codecov-action@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.5.2/manifests"},{"name":"v1","sha":"29386c70ef20e286228c72b668a06fd0e8399192","kind":"commit","published_at":"2021-06-09T01:49:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1","dependencies_parsed_at":"2023-05-30T23:46:39.195Z","dependency_job_id":"0ecf7103-e8fe-4f30-9324-8c2493f8ab66","purl":"pkg:github/codecov/codecov-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1/manifests"},{"name":"v1.5.1","sha":"fbeda37de967cc17491cd6587ec90ab98e3a3da0","kind":"tag","published_at":"2021-06-08T15:45:07.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.5.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.5.1","dependencies_parsed_at":"2023-05-30T23:46:40.011Z","dependency_job_id":"b67643a7-03a8-4d8b-82ee-314b7ed32a8c","purl":"pkg:github/codecov/codecov-action@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"a1ed4b322b4b38cb846afb5a0ebfa17086917d27","kind":"tag","published_at":"2021-05-03T13:50:05.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.5.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.5.0","dependencies_parsed_at":"2023-05-30T23:46:41.032Z","dependency_job_id":"86e496c2-a3d4-47a4-8c50-2b469edd8755","purl":"pkg:github/codecov/codecov-action@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"967e2b38a85a62bd61be5529ada27ebc109948c2","kind":"tag","published_at":"2021-04-20T12:59:52.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.4.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.4.1","dependencies_parsed_at":"2023-05-30T23:46:41.939Z","dependency_job_id":"23f78907-20e9-4ce6-9d5e-d90607c192af","purl":"pkg:github/codecov/codecov-action@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"0e28ff86a50029a44d10df6ed4c308711925a6a8","kind":"tag","published_at":"2021-04-16T16:54:54.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.4.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-30T23:46:42.894Z","dependency_job_id":"1546de33-9a05-44ad-aff6-dbf053740472","purl":"pkg:github/codecov/codecov-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"9b0b9bbe2c64e9ed41413180dd7398450dfeee14","kind":"tag","published_at":"2021-04-05T14:51:17.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.3.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.3.2","dependencies_parsed_at":"2023-05-30T23:46:43.590Z","dependency_job_id":"f55a9e18-1799-4357-9fef-2bbd580ea879","purl":"pkg:github/codecov/codecov-action@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"fcebab03f26c7530a22baa63f06b3e0515f0c7cd","kind":"tag","published_at":"2021-03-16T15:43:40.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.3.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.3.1","dependencies_parsed_at":"2023-05-30T23:46:44.252Z","dependency_job_id":"1c3f824d-a4fc-4530-b28e-c1ade49c8e81","purl":"pkg:github/codecov/codecov-action@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"6ed0d16b40c7d9a556bd123f0e7253be6ed081df","kind":"tag","published_at":"2021-03-16T13:30:55.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.3.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-30T23:46:45.146Z","dependency_job_id":"bf1bfadf-812c-447d-a822-d4124a5086dc","purl":"pkg:github/codecov/codecov-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"1f8f3abcccf7960749744fd13547965f0e7d1bdd","kind":"tag","published_at":"2021-03-09T15:49:07.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.2.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.2.2","dependencies_parsed_at":"2023-05-30T23:46:45.892Z","dependency_job_id":"9fa5f1e1-e4cb-49ed-bb38-c47b99469e09","purl":"pkg:github/codecov/codecov-action@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"e156083f13aff6830c92fc5faa23505779fbf649","kind":"tag","published_at":"2021-01-06T04:28:16.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.2.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-30T23:46:46.616Z","dependency_job_id":"aa88662a-37d9-4dc9-ad93-63e9c00f111b","purl":"pkg:github/codecov/codecov-action@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"a92c414703a4bba586f6df7fcc885c9d0bdff772","kind":"tag","published_at":"2021-01-04T14:29:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.2.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T23:46:47.320Z","dependency_job_id":"da64efe2-ded0-4598-8b97-0b291ee1c7c7","purl":"pkg:github/codecov/codecov-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"1fc7722ded4708880a5aea49f2bfafb9336f0c8d","kind":"tag","published_at":"2020-12-21T14:03:53.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.1.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-30T23:46:48.221Z","dependency_job_id":"5794a8ce-437b-49a9-a193-3a7a27b98a49","purl":"pkg:github/codecov/codecov-action@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"7de43a7373de21874ae196a78f8eb633fcf7f0c4","kind":"commit","published_at":"2020-12-17T18:21:17.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.1.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T23:46:48.917Z","dependency_job_id":"9390321a-32ab-46a1-93fd-113a02a9bf01","purl":"pkg:github/codecov/codecov-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.1.0/manifests"},{"name":"v1.0.15","sha":"239febf655bba88b16ff5dea1d3135ea8663a1f9","kind":"commit","published_at":"2020-11-16T16:23:18.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.15","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.15","dependencies_parsed_at":"2023-05-30T23:46:49.797Z","dependency_job_id":"e941d59c-806d-423f-9792-515490ecc966","purl":"pkg:github/codecov/codecov-action@v1.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.15/manifests"},{"name":"v1.0.14","sha":"7d5dfa54903bd909319c580a00535b483d1efcf3","kind":"commit","published_at":"2020-10-18T14:33:56.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.14","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.14","dependencies_parsed_at":"2023-05-30T23:46:50.604Z","dependency_job_id":"d7c39559-2171-4cb3-876b-dee22c7ebd36","purl":"pkg:github/codecov/codecov-action@v1.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.14/manifests"},{"name":"v1.0.13","sha":"6004246f47ab62d32be025ce173b241cd84ac58e","kind":"commit","published_at":"2020-08-18T02:13:50.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.13","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.13","dependencies_parsed_at":"2023-05-30T23:46:51.443Z","dependency_job_id":"e3a794fd-1770-4db1-b31f-9f8d66e28467","purl":"pkg:github/codecov/codecov-action@v1.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.13/manifests"},{"name":"v1.0.12","sha":"07127fde53bc3ccd346d47ab2f14c390161ad108","kind":"commit","published_at":"2020-07-22T13:57:50.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.12","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.12","dependencies_parsed_at":"2023-05-30T23:46:52.211Z","dependency_job_id":"fe73904f-c20c-4704-8cd3-b2c721f81cd3","purl":"pkg:github/codecov/codecov-action@v1.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.12/manifests"},{"name":"v1.0.11","sha":"6d208f5b527841fb050f92f778e86cb808dacdcb","kind":"commit","published_at":"2020-07-17T18:33:32.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.11","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.11","dependencies_parsed_at":"2023-05-30T23:46:52.929Z","dependency_job_id":"c20b963b-e917-4685-9323-38bdea19c66f","purl":"pkg:github/codecov/codecov-action@v1.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.11/manifests"},{"name":"v1.0.10","sha":"f3570723ef743f6942b6a480461ed0cd6c0f9baa","kind":"commit","published_at":"2020-07-01T20:43:21.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.10","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.10","dependencies_parsed_at":"2023-05-30T23:46:53.695Z","dependency_job_id":"324a8993-4a73-41ee-856f-439e5176fddb","purl":"pkg:github/codecov/codecov-action@v1.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.10/manifests"},{"name":"v1.0.9","sha":"22f6ff10ac45bbfee7a35d295d2b916763f79407","kind":"commit","published_at":"2020-07-01T15:57:59.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.9","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.9","dependencies_parsed_at":"2023-05-30T23:46:55.944Z","dependency_job_id":"87485147-4d62-45fa-9c8d-e3f965a325ef","purl":"pkg:github/codecov/codecov-action@v1.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.9/manifests"},{"name":"v1.0.8","sha":"dbf1ddee080f2a33f5f4e1cc37d00ea600b5b366","kind":"commit","published_at":"2020-07-01T11:27:35.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.8","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.8","dependencies_parsed_at":"2023-05-30T23:46:56.416Z","dependency_job_id":"bdaf43c0-52ca-4841-93ce-68e5fc471cd1","purl":"pkg:github/codecov/codecov-action@v1.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.8/manifests"},{"name":"v1.0.7","sha":"f532c3a1452359a7f96c37efc741537b80555c74","kind":"commit","published_at":"2020-05-06T21:35:02.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.7","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.7","dependencies_parsed_at":"2023-05-30T23:46:57.012Z","dependency_job_id":"f8b71140-86dd-43e3-b09c-fed857fc7ec0","purl":"pkg:github/codecov/codecov-action@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"e34ee485244a5b5e6e4e1b96daa4a15c9073e4fc","kind":"commit","published_at":"2020-03-05T06:37:01.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.6","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.6","dependencies_parsed_at":"2023-05-30T23:46:57.666Z","dependency_job_id":"3cd68802-c304-477b-b358-eb8074a06de3","purl":"pkg:github/codecov/codecov-action@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"797e92895ec0eac368405352c0add9af878fe257","kind":"commit","published_at":"2019-12-06T06:50:23.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.5","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.5","dependencies_parsed_at":"2023-05-30T23:46:58.223Z","dependency_job_id":"e889589f-19ce-43ce-95af-5e016940d07b","purl":"pkg:github/codecov/codecov-action@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"aea83764c6d5cbf6b69c0a718d10175d4567cded","kind":"commit","published_at":"2019-11-19T12:29:27.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.4","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.4","dependencies_parsed_at":"2023-05-30T23:46:58.884Z","dependency_job_id":"f51f8804-1eb1-45c7-94ba-efc87a1e39d9","purl":"pkg:github/codecov/codecov-action@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"d5749ba79ad0a1647198e63bc2f564d3ccf436a9","kind":"commit","published_at":"2019-10-17T19:32:14.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-30T23:46:59.537Z","dependency_job_id":"0f90329b-a174-4f2b-b558-d479fc11f817","purl":"pkg:github/codecov/codecov-action@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"cb218a0977f94755cee8a27ab63232797780f625","kind":"commit","published_at":"2019-08-24T17:14:58.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-30T23:47:00.702Z","dependency_job_id":"a7e863ac-3ea5-4ab1-8601-73e4c8b0f0d0","purl":"pkg:github/codecov/codecov-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.2/manifests"},{"name":"1.0.1","sha":"899e5c913eb4cb5fac54bcfff0cedb4a4832e155","kind":"commit","published_at":"2019-08-24T16:52:45.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/1.0.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/1.0.1","dependencies_parsed_at":"2023-05-30T23:47:00.121Z","dependency_job_id":"8af0cbee-57d9-42fe-8a73-8f8c442101ca","purl":"pkg:github/codecov/codecov-action@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/1.0.1/manifests"},{"name":"v1.0.1","sha":"899e5c913eb4cb5fac54bcfff0cedb4a4832e155","kind":"commit","published_at":"2019-08-24T16:52:45.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T23:47:01.288Z","dependency_job_id":"dc6eb3b1-9649-4857-adf8-863c38fa6365","purl":"pkg:github/codecov/codecov-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"e3f7b8baf8199f0945b1a1a79d355e4f22c53e4f","kind":"commit","published_at":"2019-08-08T17:10:05.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v1.0.0","html_url":"https://github.com/codecov/codecov-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T23:47:01.926Z","dependency_job_id":"089c25ff-80f2-416d-99ac-949e7c004f1a","purl":"pkg:github/codecov/codecov-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v1.0.0/manifests"},{"name":"v0.5.1","sha":"e0cc6d49d9f41c361c4e95317481cab478b5304e","kind":"commit","published_at":"2019-08-08T06:46:42.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.5.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.5.1","dependencies_parsed_at":"2023-05-30T23:47:02.433Z","dependency_job_id":"5bb6e8e8-a60b-44ab-80d3-1192437813fe","purl":"pkg:github/codecov/codecov-action@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.5.1/manifests"},{"name":"v0.5","sha":"4546e138ba9bc8d0421e97161a0ee460c295fd01","kind":"commit","published_at":"2019-08-08T04:47:36.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.5","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.5","dependencies_parsed_at":"2023-05-30T23:47:02.960Z","dependency_job_id":"173f7ee4-3ad7-4b16-afaf-be2660f9bb0e","purl":"pkg:github/codecov/codecov-action@v0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.5/manifests"},{"name":"v0.4.1","sha":"e74d307e33f8470f7586cffcb54cc15427e6cb98","kind":"commit","published_at":"2019-08-07T20:19:04.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.4.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.4.1","dependencies_parsed_at":"2023-05-30T23:47:03.331Z","dependency_job_id":"e4fed24a-4d82-47c1-854e-29e56407e9c8","purl":"pkg:github/codecov/codecov-action@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.4.1/manifests"},{"name":"v0.4","sha":"e749576e482cb00382c629eb87d0ebed6805a676","kind":"commit","published_at":"2019-08-07T20:10:14.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.4","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.4","dependencies_parsed_at":"2023-05-30T23:47:03.673Z","dependency_job_id":"33634148-4d2f-4fb7-8ab4-a07f3588f9cc","purl":"pkg:github/codecov/codecov-action@v0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.4/manifests"},{"name":"v0.3","sha":"48bb5e4ec307e8e4c44a182dec3eee5af709d382","kind":"commit","published_at":"2019-08-07T19:09:55.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.3","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.3","dependencies_parsed_at":"2023-05-30T23:47:04.124Z","dependency_job_id":"4e0976f0-7f74-45be-9ca1-a8f3d0303039","purl":"pkg:github/codecov/codecov-action@v0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.3/manifests"},{"name":"v0.2.1","sha":"125f8ba18b8368446ffc4d885c28e674e5f6d799","kind":"commit","published_at":"2019-08-07T13:17:19.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.2.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.2.1","dependencies_parsed_at":"2023-05-30T23:47:04.586Z","dependency_job_id":"b2d08020-2cb9-40a0-8736-2fd5f4bd5461","purl":"pkg:github/codecov/codecov-action@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.2.1/manifests"},{"name":"v0.2","sha":"954f2171b8ec8dadeeb72f922a9289b198417f18","kind":"commit","published_at":"2019-08-07T04:46:14.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.2","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.2","dependencies_parsed_at":"2023-05-30T23:47:04.985Z","dependency_job_id":"f098a136-65ee-4072-a0c9-b16d3b8cb5b8","purl":"pkg:github/codecov/codecov-action@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.2/manifests"},{"name":"v0.1","sha":"00ee6d69c8b76ea471c3603a795b5812e77ce50a","kind":"commit","published_at":"2019-08-07T02:52:50.000Z","download_url":"https://codeload.github.com/codecov/codecov-action/tar.gz/v0.1","html_url":"https://github.com/codecov/codecov-action/releases/tag/v0.1","dependencies_parsed_at":"2023-05-30T23:47:05.576Z","dependency_job_id":"95e58e00-58e9-49b8-bc6d-0fce8971e6bc","purl":"pkg:github/codecov/codecov-action@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2026-03-30T22:07:31.409Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":74347,"rankings":{"downloads":null,"dependent_repos_count":0.0316906987799081,"dependent_packages_count":0.0,"stargazers_count":0.15211535414355887,"forks_count":0.2218348914593567,"docker_downloads_count":0.041197908413880525,"average":0.08936777055934084},"purl":"pkg:githubactions/codecov/codecov-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/codecov/codecov-action","docker_dependents_count":25,"docker_downloads_count":1575237592,"usage_url":"https://repos.ecosyste.ms/usage/actions/codecov/codecov-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/codecov/codecov-action/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-03-30T07:00:35.868Z","issues_count":357,"pull_requests_count":780,"avg_time_to_close_issue":11580291.655462185,"avg_time_to_close_pull_request":551794.2759124087,"issues_closed_count":238,"pull_requests_closed_count":685,"pull_request_authors_count":59,"issue_authors_count":290,"avg_comments_per_issue":3.787114845938375,"avg_comments_per_pull_request":0.9871794871794872,"merged_pull_requests_count":466,"bot_issues_count":1,"bot_pull_requests_count":484,"past_year_issues_count":45,"past_year_pull_requests_count":63,"past_year_avg_time_to_close_issue":1278271.0,"past_year_avg_time_to_close_pull_request":919617.6136363636,"past_year_issues_closed_count":19,"past_year_pull_requests_closed_count":44,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":42,"past_year_avg_comments_per_issue":2.533333333333333,"past_year_avg_comments_per_pull_request":0.7777777777777778,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":33,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcodecov-action/issues","maintainers":[{"login":"dana-yaish","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dana-yaish"},{"login":"whdgur5717","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/whdgur5717"},{"login":"tnagatomi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tnagatomi"}],"active_maintainers":[{"login":"whdgur5717","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/whdgur5717"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codecov%2Fcodecov-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codecov%2Fcodecov-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codecov%2Fcodecov-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codecov%2Fcodecov-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codecov%2Fcodecov-action/codemeta","maintainers":[]}