{"id":5801516,"name":"google-github-actions/upload-cloud-storage","ecosystem":"actions","description":"Upload files or folders to GCS buckets","homepage":"https://cloud.google.com/storage","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/google-github-actions/upload-cloud-storage","keywords_array":["actions","gcp","gcs","github-actions","google-cloud","google-cloud-platform","google-cloud-storage"],"namespace":"google-github-actions","versions_count":30,"first_release_published_at":"2020-11-13T01:37:05.000Z","latest_release_published_at":"2024-10-30T18:49:27.000Z","latest_release_number":"v2.2.1","last_synced_at":"2026-03-31T13:03:15.690Z","created_at":"2023-01-04T13:11:11.284Z","updated_at":"2026-03-31T13:03:15.690Z","registry_url":"https://github.com/google-github-actions/upload-cloud-storage","install_command":null,"documentation_url":null,"metadata":{"name":"Cloud Storage Uploader","description":"Upload files or folders to GCS buckets","author":"Google LLC","inputs":{"project_id":{"description":"Google Cloud project ID to use for billing and API requests. If not\nprovided, the project will be inferred from the environment, best-effort.\nTo explicitly set the value:\n\n```yaml\nproject_id: 'my-project'\n```","required":false},"universe":{"description":"The Google Cloud universe to use for constructing API endpoints. Trusted\nPartner Cloud and Google Distributed Hosted Cloud should set this to their\nuniverse address.\n\nYou can also override individual API endpoints by setting the environment\nvariable `GHA_ENDPOINT_OVERRIDE_\u003cendpoint\u003e` where `\u003cendpoint\u003e` is the API\nendpoint to override. For example:\n\n```yaml\nenv:\n  GHA_ENDPOINT_OVERRIDE_oauth2: 'https://oauth2.myapi.endpoint/v1'\n```\n\nFor more information about universes, see the Google Cloud documentation.","default":"googleapis.com","required":false},"path":{"description":"The path to a file or folder inside the action's filesystem that should be\nuploaded to the bucket.\n\nYou can specify either the absolute path or the relative path from the\naction:\n\n```yaml\npath: '/path/to/file'\n```\n\n```yaml\npath: '../path/to/file'\n```","required":true},"destination":{"description":"The destination for the file/folder in the form bucket-name or with an\noptional prefix in the form `bucket-name/prefix`. For example, to upload a\nfile named `file` to the GCS bucket `bucket-name`:\n\n```yaml\ndestination: 'bucket-name'\n```\n\nTo upload to a subfolder:\n\n```yaml\ndestination: 'bucket-name/prefix'\n```","required":true},"gzip":{"description":"Upload file(s) with gzip content encoding. To disable gzip\ncontent-encoding, set the value to false:\n\n```yaml\ngzip: false\n```","required":false,"default":true},"resumable":{"description":"Enable resumable uploads. To disable resumable uploads, set the value to\nfalse:\n\n```yaml\nresumable: false\n```","required":false,"default":true},"predefinedAcl":{"description":"Apply a predefined set of access controls to the files being uploaded. For\nexample, to grant project team members access to the uploaded files\naccording to their roles:\n\n```yaml\npredefinedAcl: 'projectPrivate'\n```\n\nAcceptable values are: `authenticatedRead`, `bucketOwnerFullControl`,\n`bucketOwnerRead`, `private`, `projectPrivate`, `publicRead`. See [the\ndocument](https://googleapis.dev/nodejs/storage/latest/global.html#UploadOptions)\nfor details.","required":false},"headers":{"description":"Set object metadata. For example, to set the `Content-Type` header to\n`application/json` and custom metadata with key `custom-field` and value\n`custom-value`:\n\n```yaml\nheaders: |-\n  content-type: 'application/json'\n  x-goog-meta-custom-field: 'custom-value'\n```\n\nSettable fields are: `cache-control`, `content-disposition`,\n`content-encoding`, `content-language`, `content-type`, `custom-time`. See\n[the\ndocument](https://cloud.google.com/storage/docs/gsutil/addlhelp/WorkingWithObjectMetadata#settable-fields;-field-values)\nfor details. All custom metadata fields must be prefixed with\n`x-goog-meta-`.","required":false},"parent":{"description":"Whether the parent directory should be included in GCS destination path. To disable this:\n\n```yaml\nparent: false\n```","required":false,"default":true},"glob":{"description":"Glob pattern to match for files to upload.\n\n```yaml\nglob: '*.txt'\n```","required":false},"concurrency":{"description":"Number of files to simultaneously upload.\n\n```yaml\nconcurrency: '10'\n```","required":false,"default":"100"},"gcloudignore_path":{"description":"Path to a gcloudignore file within the repository.\n\n```yaml\ngcloudignore_path: '.gcloudignore.dev'\n```","required":false,"default":".gcloudignore"},"process_gcloudignore":{"description":"Process a `.gcloudignore` file present in the top-level of the repository.\nIf true, the file is parsed and any filepaths that match are not uploaded\nto the storage bucket. To disable, set the value to false:\n\n```yaml\nprocess_gcloudignore: false\n```","required":false,"default":true}},"outputs":{"uploaded":{"description":"Comma-separated list of files that were uploaded."}},"branding":{"icon":"upload-cloud","color":"blue"},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":37467737,"uuid":"308778055","full_name":"google-github-actions/upload-cloud-storage","owner":"google-github-actions","description":"A GitHub Action for uploading files to a Google Cloud Storage (GCS) bucket.","archived":false,"fork":false,"pushed_at":"2025-09-03T03:01:49.000Z","size":9681,"stargazers_count":251,"open_issues_count":4,"forks_count":53,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-03T04:22:14.820Z","etag":null,"topics":["actions","gcp","gcs","github-actions","google-cloud","google-cloud-platform","google-cloud-storage"],"latest_commit_sha":null,"homepage":"https://cloud.google.com/storage","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google-github-actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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":"2020-10-31T01:09:32.000Z","updated_at":"2025-09-03T03:01:37.000Z","dependencies_parsed_at":"2023-01-11T17:21:15.240Z","dependency_job_id":"3cee3b80-24b4-4823-8be2-7d36b1087fbc","html_url":"https://github.com/google-github-actions/upload-cloud-storage","commit_stats":{"total_commits":201,"total_committers":11,"mean_commits":"18.272727272727273","dds":0.6716417910447761,"last_synced_commit":"386ab77f37fdf51c0e38b3d229fad286861cc0d0"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-github-actions","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/sbom","scorecard":{"id":435972,"data":{"date":"2025-08-11","repo":{"name":"github.com/google-github-actions/upload-cloud-storage","commit":"7c73f5d6eae167341002e9c946f7479a609c588e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":8,"reason":"Found 19/23 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":4,"reason":"3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":5,"reason":"dependency not pinned by hash detected -- score normalized to 5","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/draft-release.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/google-github-actions/upload-cloud-storage/draft-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/google-github-actions/upload-cloud-storage/integration.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/google-github-actions/upload-cloud-storage/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/google-github-actions/upload-cloud-storage/unit.yml/main?enable=pin","Info:   6 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":8,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/draft-release.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish.yml:13","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/publish.yml:15","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:14","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yml:15","Warn: no topLevel permission defined: .github/workflows/draft-release.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/integration.yml:19","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: topLevel 'statuses' permission set to 'write': .github/workflows/unit.yml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/unit.yml:19"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google-github-actions/.github/SECURITY.md:1","Info: Found linked content: github.com/google-github-actions/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google-github-actions/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google-github-actions/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":7,"reason":"SAST tool is not run on all commits -- score normalized to 7","details":["Warn: 21 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T04:42:33.080Z","repository_id":37467737,"created_at":"2025-08-19T04:42:33.080Z","updated_at":"2025-08-19T04:42:33.080Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273446424,"owners_count":25107154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google-github-actions","name":"Google GitHub Actions","uuid":"71461757","kind":"organization","description":"Google Cloud integrations for the GitHub Actions Marketplace","email":null,"website":"https://opensource.google/projects/github-actions","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/71461757?v=4","repositories_count":20,"last_synced_at":"2023-03-05T03:20:08.066Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/google-github-actions","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T05:06:31.708Z","updated_at":"2023-03-05T03:20:08.206Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-github-actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-github-actions/repositories"},"tags":[{"name":"v3","sha":"6397bd7208e18d13ba2619ee21b9873edc94427a","kind":"commit","published_at":"2025-09-03T03:01:32.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v3","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v3/manifests"},{"name":"v3.0.0","sha":"6397bd7208e18d13ba2619ee21b9873edc94427a","kind":"commit","published_at":"2025-09-03T03:01:32.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v3.0.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v3.0.0/manifests"},{"name":"v2.2.4","sha":"c0f6160ff80057923ff50e5e567695cea181ec23","kind":"commit","published_at":"2025-09-03T02:57:56.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.2.4","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"7c73f5d6eae167341002e9c946f7479a609c588e","kind":"commit","published_at":"2025-07-18T22:42:09.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.2.3","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"7c6e11cb7291594c5dfe0bc1dd9cd905e31e600c","kind":"commit","published_at":"2025-02-01T14:13:46.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.2.2","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"386ab77f37fdf51c0e38b3d229fad286861cc0d0","kind":"commit","published_at":"2024-10-30T18:49:27.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.2.1","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.2.1","dependencies_parsed_at":"2024-11-01T06:35:13.294Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"e485962f2bef914ac9c3bdd571f821f0ba7946c4","kind":"commit","published_at":"2024-08-26T15:02:58.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.2.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.2.0","dependencies_parsed_at":"2024-09-01T07:51:56.118Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.2.0/manifests"},{"name":"v2.1.3","sha":"94471cfc65f89a1ecbc22c02ac102bfb7a1dfa33","kind":"commit","published_at":"2024-08-19T21:57:56.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.1.3","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.1.3","dependencies_parsed_at":"2024-09-01T07:51:56.096Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"355876ee870c8d594c4fb45a64ba6e934fb0065b","kind":"commit","published_at":"2024-08-06T01:24:45.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.1.2","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.1.2","dependencies_parsed_at":"2024-09-01T07:51:56.119Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d48bfaba2b6e80caafb45e7937e85e2c082d7f38","kind":"commit","published_at":"2024-08-02T21:17:15.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.1.1","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.1.1","dependencies_parsed_at":"2024-09-01T07:51:56.117Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"22121cd842b0d185e042e28d969925b538c33d77","kind":"commit","published_at":"2024-01-23T01:55:09.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.1.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.1.0","dependencies_parsed_at":"2024-01-24T04:21:49.246Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.1.0/manifests"},{"name":"v0.11.0","sha":"b3dfb31dbcca0c3fb0c02d5035279a85cbdc24b5","kind":"commit","published_at":"2023-12-14T16:25:14.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.11.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.11.0","dependencies_parsed_at":"2023-12-19T04:28:01.076Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.11.0/manifests"},{"name":"v2","sha":"d278d8c542c8229c29658d48b399fe9383a47a5f","kind":"commit","published_at":"2023-12-14T16:25:03.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2","dependencies_parsed_at":"2023-12-19T04:28:01.085Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2/manifests"},{"name":"v2.0.0","sha":"d278d8c542c8229c29658d48b399fe9383a47a5f","kind":"commit","published_at":"2023-12-14T16:25:03.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v2.0.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v2.0.0","dependencies_parsed_at":"2023-12-19T04:28:01.295Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v2.0.0/manifests"},{"name":"v1.0.3","sha":"e95a15f226403ed658d3e65f40205649f342ba2c","kind":"commit","published_at":"2023-05-08T18:19:28.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v1.0.3","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v1.0.3","dependencies_parsed_at":"2023-06-01T00:04:31.175Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"cdef1ca4b97d61c7312ca2e742b7b6421862c71a","kind":"commit","published_at":"2023-04-07T20:57:06.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v1.0.2","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v1.0.2","dependencies_parsed_at":"2023-06-01T00:04:24.672Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"b80819764124fa5579bebd061567fb77d14b44d1","kind":"commit","published_at":"2023-03-30T17:27:55.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v1.0.1","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T00:04:24.708Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.1/manifests"},{"name":"v1","sha":"a5b77a3bf84da1791719585d327e5f90ae5cb53c","kind":"commit","published_at":"2022-11-22T21:50:37.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v1","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v1","dependencies_parsed_at":"2023-06-01T00:04:30.914Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1/manifests"},{"name":"v1.0.0","sha":"a5b77a3bf84da1791719585d327e5f90ae5cb53c","kind":"commit","published_at":"2022-11-22T21:50:37.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v1.0.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T00:04:34.203Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v1.0.0/manifests"},{"name":"v0.10.4","sha":"e5fa8091b5dd9b852a50111aa39b5b94f93460b1","kind":"commit","published_at":"2022-10-14T20:27:32.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.10.4","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.10.4","dependencies_parsed_at":"2023-06-01T00:04:34.512Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.4/manifests"},{"name":"v0.10.3","sha":"cf62fa8cba9672b80b02df78b004ae7669c9feda","kind":"commit","published_at":"2022-10-13T18:08:24.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.10.3","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.10.3","dependencies_parsed_at":"2023-06-01T00:04:27.698Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"a42a4672297bff0f4a685fe7126e971ca1797559","kind":"commit","published_at":"2022-04-29T13:13:46.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.10.2","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.10.2","dependencies_parsed_at":"2023-05-30T16:37:49.878Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.2/manifests"},{"name":"v0","sha":"a42a4672297bff0f4a685fe7126e971ca1797559","kind":"commit","published_at":"2022-04-29T13:13:46.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0","dependencies_parsed_at":"2023-05-30T16:37:50.836Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0/manifests"},{"name":"v0.10.1","sha":"079b88553c08a3f9e1bf2fc1f7441bf368bf3fd5","kind":"commit","published_at":"2022-04-27T23:13:03.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.10.1","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.10.1","dependencies_parsed_at":"2023-05-30T16:37:52.034Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"2cea6c3edc187b2d288765327aa7ba2e384849e4","kind":"commit","published_at":"2022-04-26T23:26:44.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.10.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.10.0","dependencies_parsed_at":"2023-05-30T16:37:53.656Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"dee01db6d558a450d404d15e366fe0b680a125ec","kind":"commit","published_at":"2022-04-07T14:36:15.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.9.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.9.0","dependencies_parsed_at":"2023-05-30T16:37:54.440Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"c306948bf4c16a1f08b4a978354410282e420acd","kind":"commit","published_at":"2022-03-17T17:40:37.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.8.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.8.0","dependencies_parsed_at":"2023-05-30T16:37:55.132Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"49dc17b3519f8074d40415f4a999e5396f03a546","kind":"commit","published_at":"2022-03-09T00:12:13.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.7.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.7.0","dependencies_parsed_at":"2023-05-30T16:37:55.868Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"9e589b497e30ce410a205019381a349627c4b275","kind":"commit","published_at":"2022-03-08T21:24:38.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.6.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.6.0","dependencies_parsed_at":"2023-05-30T16:37:56.590Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"c54611d8fc419ff917ef186d9b95fe9a3fd5e3a4","kind":"commit","published_at":"2021-12-11T05:15:11.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.5.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-30T16:37:57.422Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"91901ce59ff29836eacac7688c85d346a0796acc","kind":"commit","published_at":"2021-08-09T18:32:05.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.4.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-30T16:37:58.270Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"03acd70523ad911ad03413847db2f95b82ec97fe","kind":"commit","published_at":"2021-05-26T02:38:30.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.3.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-30T16:37:59.189Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"864317d33c42de84de94313c5f834802365977b0","kind":"commit","published_at":"2020-12-15T00:44:51.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.2.1","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.2.1","dependencies_parsed_at":"2023-05-30T16:37:59.986Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c43ab88dab05a52b87417245e108fa54204a652f","kind":"commit","published_at":"2020-11-13T01:47:17.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.2.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-30T16:38:00.867Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"bd8ead9bf194985e6d0ec5778b1c8fd623d1b989","kind":"tag","published_at":"2020-11-13T01:37:05.000Z","download_url":"https://codeload.github.com/google-github-actions/upload-cloud-storage/tar.gz/v0.1.0","html_url":"https://github.com/google-github-actions/upload-cloud-storage/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-30T16:38:00.979Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/upload-cloud-storage@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-09-03T12:52:38.813Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":571,"rankings":{"downloads":null,"dependent_repos_count":1.3912216764379655,"dependent_packages_count":0.0,"stargazers_count":1.3183330692441768,"forks_count":1.365869117414039,"docker_downloads_count":null,"average":1.0188559657740452},"purl":"pkg:githubactions/google-github-actions/upload-cloud-storage","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/google-github-actions/upload-cloud-storage","docker_dependents_count":2,"docker_downloads_count":20954806,"usage_url":"https://repos.ecosyste.ms/usage/actions/google-github-actions/upload-cloud-storage","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/google-github-actions/upload-cloud-storage/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-03T12:01:29.522Z","issues_count":51,"pull_requests_count":135,"avg_time_to_close_issue":10682598.346938776,"avg_time_to_close_pull_request":436204.75384615385,"issues_closed_count":49,"pull_requests_closed_count":130,"pull_request_authors_count":11,"issue_authors_count":46,"avg_comments_per_issue":3.607843137254902,"avg_comments_per_pull_request":0.35555555555555557,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":27,"past_year_issues_count":5,"past_year_pull_requests_count":13,"past_year_avg_time_to_close_issue":117611.0,"past_year_avg_time_to_close_pull_request":15418.3,"past_year_issues_closed_count":4,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":1.2,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fupload-cloud-storage/issues","maintainers":[{"login":"sethvargo","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sethvargo"},{"login":"google-github-actions-bot","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/google-github-actions-bot"},{"login":"verbanicm","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/verbanicm"},{"login":"bharathkkb","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bharathkkb"}],"active_maintainers":[{"login":"sethvargo","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sethvargo"},{"login":"verbanicm","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/verbanicm"},{"login":"google-github-actions-bot","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/google-github-actions-bot"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fupload-cloud-storage/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fupload-cloud-storage/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fupload-cloud-storage/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fupload-cloud-storage/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fupload-cloud-storage/codemeta","maintainers":[]}