{"id":5800891,"name":"google-github-actions/auth","ecosystem":"actions","description":"Authenticate to Google Cloud from GitHub Actions via Workload Identity\nFederation or service account keys.","homepage":"https://cloud.google.com/iam","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/google-github-actions/auth","keywords_array":["actions","authentication","gcp","github-actions","google-cloud","google-cloud-platform","iam","identity","security"],"namespace":"google-github-actions","versions_count":37,"first_release_published_at":"2021-09-16T16:59:52.000Z","latest_release_published_at":"2024-10-01T19:37:05.000Z","latest_release_number":"v2.1.6","last_synced_at":"2026-04-01T12:04:37.360Z","created_at":"2023-01-04T12:34:54.700Z","updated_at":"2026-04-01T12:04:37.361Z","registry_url":"https://github.com/google-github-actions/auth","install_command":null,"documentation_url":null,"metadata":{"name":"Authenticate to Google Cloud","author":"Google LLC","description":"Authenticate to Google Cloud from GitHub Actions via Workload Identity\nFederation or service account keys.","inputs":{"project_id":{"description":"ID of the default project to use for future API calls and invocations. If\nunspecified, this action will attempt to extract the value from other\ninputs such as \"service_account\" or \"credentials_json\".","required":false},"workload_identity_provider":{"description":"The full identifier of the Workload Identity Provider, including the\nproject number, pool name, and provider name. If provided, this must be\nthe full identifier which includes all parts, for example:\n\"projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider\".\nThis is mutually exclusive with \"credentials_json\".","required":false},"service_account":{"description":"Email address or unique identifier of the Google Cloud service account for\nwhich to generate credentials. This is required if\n\"workload_identity_provider\" is specified.","required":false},"audience":{"description":"The value for the audience (aud) parameter in GitHub's generated OIDC\ntoken. This value defaults to the value of \"workload_identity_provider\",\nwhich is also the default value Google Cloud expects for the audience\nparameter on the token.","default":"","required":false},"credentials_json":{"description":"The Google Cloud JSON service account key to use for authentication. This\nis mutually exclusive with \"workload_identity_provider\".","required":false},"create_credentials_file":{"description":"If true, the action will securely generate a credentials file which can be\nused for authentication via gcloud and Google Cloud SDKs.","default":true,"required":false},"export_environment_variables":{"description":"If true, the action will export common environment variables which are\nknown to be consumed by popular downstream libraries and tools, including:\n\n- CLOUDSDK_PROJECT\n- CLOUDSDK_CORE_PROJECT\n- GCP_PROJECT\n- GCLOUD_PROJECT\n- GOOGLE_CLOUD_PROJECT\n\nIf \"create_credentials_file\" is true, additional environment variables are\nexported:\n\n- CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE\n- GOOGLE_APPLICATION_CREDENTIALS\n- GOOGLE_GHA_CREDS_PATH\n\nIf false, the action will not export any environment variables, meaning\nfuture steps are unlikely to be automatically authenticated to Google\nCloud.","default":true,"required":false},"token_format":{"description":"Output format for the generated authentication token. For OAuth 2.0 access\ntokens, specify \"access_token\". For OIDC tokens, specify \"id_token\". To\nskip token generation, leave this value empty.","default":"","required":false},"delegates":{"description":"List of additional service account emails or unique identities to use for\nimpersonation in the chain.","default":"","required":false},"universe":{"description":"The Google Cloud universe to use for constructing API endpoints. The\ndefault universe is \"googleapis.com\", which corresponds to\nhttps://cloud.google.com. Trusted Partner Cloud and Google Distributed\nHosted Cloud should set this to their universe address.","required":false,"default":"googleapis.com"},"request_reason":{"description":"An optional Reason Request System Parameter for each API call made by the\nGitHub Action. This will inject the \"X-Goog-Request-Reason\" HTTP header,\nwhich will provide user-supplied information in Google Cloud audit logs.","required":false},"cleanup_credentials":{"description":"If true, the action will remove any created credentials from the\nfilesystem upon completion. This only applies if \"create_credentials_file\"\nis true.","default":true,"required":false},"access_token_lifetime":{"description":"Desired lifetime duration of the access token, in seconds. This must be\nspecified as the number of seconds with a trailing \"s\" (e.g. 30s). This is\nonly valid when \"token_format\" is \"access_token\".","default":"3600s","required":false},"access_token_scopes":{"description":"List of OAuth 2.0 access scopes to be included in the generated token.\nThis is only valid when \"token_format\" is \"access_token\".","default":"https://www.googleapis.com/auth/cloud-platform","required":false},"access_token_subject":{"description":"Email address of a user to impersonate for Domain-Wide Delegation Access\ntokens created for Domain-Wide Delegation cannot have a lifetime beyond 1\nhour. This is only valid when \"token_format\" is \"access_token\".","default":"","required":false},"retries":{"description":"Number of times to retry a failed authentication attempt. This is useful\nfor automated pipelines that may execute before IAM permissions are fully\npropagated.","deprecationMessage":"This field is no longer used and will be removed in a future release.","required":false},"backoff":{"description":"Delay time before trying another authentication attempt. This is\nimplemented using a fibonacci backoff method (e.g. 1-1-2-3-5). The default\nvalue is 250 milliseconds.","deprecationMessage":"This field is no longer used and will be removed in a future release.","required":false},"backoff_limit":{"description":"Limits the retry backoff to the specified value.","deprecationMessage":"This field is no longer used and will be removed in a future release.","required":false},"id_token_audience":{"description":"The audience (aud) for the generated Google Cloud ID Token. This is only\nvalid when \"token_format\" is \"id_token\".","default":"","required":false},"id_token_include_email":{"description":"Optional parameter of whether to include the service account email in the\ngenerated token. If true, the token will contain \"email\" and\n\"email_verified\" claims. This is only valid when \"token_format\" is\n\"id_token\".","default":false,"required":false}},"outputs":{"project_id":{"description":"Provided or extracted value for the Google Cloud project ID."},"credentials_file_path":{"description":"Path on the local filesystem where the generated credentials file resides.\nThis is only available if \"create_credentials_file\" was set to true."},"auth_token":{"description":"The intermediate authentication token, which could be used to call other\nGoogle Cloud APIs, depending on how you configured IAM."},"access_token":{"description":"The Google Cloud access token for calling other Google Cloud APIs. This is\nonly available when \"token_format\" is \"access_token\"."},"id_token":{"description":"The Google Cloud ID token. This is only available when \"token_format\" is\n\"id_token\"."}},"branding":{"icon":"lock","color":"blue"},"runs":{"using":"node20","main":"dist/main/index.js","post":"dist/post/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":37475196,"uuid":"407242578","full_name":"google-github-actions/auth","owner":"google-github-actions","description":"A GitHub Action for authenticating to Google Cloud.","archived":false,"fork":false,"pushed_at":"2024-05-14T17:58:06.000Z","size":2267,"stargazers_count":835,"open_issues_count":2,"forks_count":165,"subscribers_count":22,"default_branch":"main","last_synced_at":"2024-05-15T12:06:03.791Z","etag":null,"topics":["actions","authentication","gcp","github-actions","google-cloud","google-cloud-platform","iam","identity","security"],"latest_commit_sha":null,"homepage":"https://cloud.google.com/iam","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":"docs/SECURITY_CONSIDERATIONS.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-16T16:44:43.000Z","updated_at":"2024-08-06T04:35:41.621Z","dependencies_parsed_at":"2023-02-19T11:30:34.818Z","dependency_job_id":"7e4adf77-fd85-4271-b52d-2b23b22389be","html_url":"https://github.com/google-github-actions/auth","commit_stats":{"total_commits":172,"total_committers":21,"mean_commits":8.19047619047619,"dds":0.313953488372093,"last_synced_commit":"e8df18b60c5dd38ba618c121b779307266153fbf"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-github-actions","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215181664,"owners_count":15840762,"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","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":"v2.1.4","sha":"f112390a2df9932162083945e46d439060d66ec2","kind":"commit","published_at":"2024-08-06T01:27:11.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2.1.4","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2.1.4","dependencies_parsed_at":"2024-08-08T05:07:23.976Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"71fee32a0bb7e97b4d33d548e7d957010649d8fa","kind":"commit","published_at":"2024-05-14T17:57:49.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2.1.3","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2.1.3","dependencies_parsed_at":"2024-05-17T05:13:02.738Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c","kind":"commit","published_at":"2024-02-25T19:44:23.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2.1.2","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2.1.2","dependencies_parsed_at":"2024-02-27T04:10:19.476Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f","kind":"commit","published_at":"2024-02-05T16:33:46.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2.1.1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2.1.1","dependencies_parsed_at":"2024-02-07T04:07:18.820Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"5a50e581162a13f4baa8916d01180d2acbc04363","kind":"commit","published_at":"2024-01-23T02:09:45.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2.1.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2.1.0","dependencies_parsed_at":"2024-01-24T04:39:37.549Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"f6de81663f7788d05bd15bcce18f0e57f23f0846","kind":"commit","published_at":"2024-01-08T22:39:31.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2.0.1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2.0.1","dependencies_parsed_at":"2024-01-11T05:08:00.754Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.0.1/manifests"},{"name":"v0.9.0","sha":"09cecabe1f169596b81c2ef22b40faff87acc460","kind":"tag","published_at":"2023-11-29T03:55:56.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.9.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.9.0","dependencies_parsed_at":"2023-12-01T04:12:58.743Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.9.0/manifests"},{"name":"v1.3.0","sha":"3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69","kind":"tag","published_at":"2023-11-29T03:48:07.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v1.3.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v1.3.0","dependencies_parsed_at":"2023-12-01T04:12:58.745Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.3.0/manifests"},{"name":"v2.0.0","sha":"67e9c72af6e0492df856527b474995862b7b6591","kind":"commit","published_at":"2023-11-29T03:37:53.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2.0.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2.0.0","dependencies_parsed_at":"2023-12-01T04:12:58.775Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2.0.0/manifests"},{"name":"v2","sha":"67e9c72af6e0492df856527b474995862b7b6591","kind":"commit","published_at":"2023-11-29T03:37:53.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v2","html_url":"https://github.com/google-github-actions/auth/releases/tag/v2","dependencies_parsed_at":"2023-12-01T04:12:58.745Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v2/manifests"},{"name":"v1.2.0","sha":"f105ef0cdb3b102a020be1767fcc8a974898b7c6","kind":"commit","published_at":"2023-11-20T18:38:48.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v1.2.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v1.2.0","dependencies_parsed_at":"2023-11-22T04:22:34.787Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"35b0e87d162680511bf346c299f71c9c5c379033","kind":"commit","published_at":"2023-05-08T18:19:11.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v1.1.1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v1.1.1","dependencies_parsed_at":"2023-06-01T00:24:21.219Z","dependency_job_id":"e60b5966-d577-426f-becc-8417f99affed","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e8df18b60c5dd38ba618c121b779307266153fbf","kind":"commit","published_at":"2023-04-17T23:02:56.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v1.1.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T00:24:15.794Z","dependency_job_id":"2de1a11c-8393-4512-9451-c7a18f17a25c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.1.0/manifests"},{"name":"v1","sha":"ef5d53e30bbcd8d0836f4288f5e50ff3e086997d","kind":"commit","published_at":"2022-11-08T17:31:50.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v1","dependencies_parsed_at":"2023-06-01T00:24:15.781Z","dependency_job_id":"3d2bb3b6-05db-4478-93e0-29c4750a567b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1/manifests"},{"name":"v1.0.0","sha":"ef5d53e30bbcd8d0836f4288f5e50ff3e086997d","kind":"commit","published_at":"2022-11-08T17:31:50.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v1.0.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T00:24:15.784Z","dependency_job_id":"0a37b2eb-15bd-44a5-b9c3-abaae27cd860","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v1.0.0/manifests"},{"name":"v0.8.3","sha":"c4799db9111fba4461e9f9da8732e5057b394f72","kind":"commit","published_at":"2022-10-14T20:30:25.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.8.3","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.8.3","dependencies_parsed_at":"2023-05-31T18:34:20.338Z","dependency_job_id":"27110246-96e9-44e7-b6a0-72fb087cc71c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.3/manifests"},{"name":"v0.8.2","sha":"2671692c371cbef34ed8ded9f197670c88c9d343","kind":"commit","published_at":"2022-10-12T17:34:13.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.8.2","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.8.2","dependencies_parsed_at":"2023-05-31T16:27:17.825Z","dependency_job_id":"82097de5-da77-40a0-b28c-74b0b7ccba06","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"dac4e13deb3640f22e3ffe758fd3f95e6e89f712","kind":"commit","published_at":"2022-08-31T23:28:27.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.8.1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.8.1","dependencies_parsed_at":"2023-05-31T13:17:06.361Z","dependency_job_id":"dc16b45d-dadb-455c-8ca1-2c9d921a13d4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.1/manifests"},{"name":"v0","sha":"dac4e13deb3640f22e3ffe758fd3f95e6e89f712","kind":"commit","published_at":"2022-08-31T23:28:27.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0","dependencies_parsed_at":"2023-05-31T13:17:07.146Z","dependency_job_id":"bf7da1a8-1ebb-4302-9280-a970c9d360f7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0/manifests"},{"name":"v0.8.0","sha":"ceee102ec2387dd9e844e01b530ccd4ec87ce955","kind":"commit","published_at":"2022-05-23T19:47:48.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.8.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.8.0","dependencies_parsed_at":"2023-05-31T13:17:07.684Z","dependency_job_id":"a4f9d10a-ccdc-443d-b8d6-e759601b0dad","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.8.0/manifests"},{"name":"v0.7.3","sha":"81012c2689e66f7f020ed6d8ab43596a0f8b503a","kind":"commit","published_at":"2022-05-18T14:09:11.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.7.3","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.7.3","dependencies_parsed_at":"2023-05-31T13:17:08.219Z","dependency_job_id":"ff22068d-410b-4ce6-8a80-2899f182a7cf","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"dafc92490a98acbdec38e6eb649f05d55e632447","kind":"commit","published_at":"2022-05-16T14:06:39.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.7.2","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.7.2","dependencies_parsed_at":"2023-05-31T13:17:08.719Z","dependency_job_id":"a5d4d2bb-5fcb-4288-8a78-ee49dcdfba44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"b258a9f230b36c9fa86dfaa43d1906bd76399edb","kind":"commit","published_at":"2022-04-22T20:48:59.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.7.1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.7.1","dependencies_parsed_at":"2023-05-31T13:17:09.245Z","dependency_job_id":"d2389fa5-035d-46db-bb50-960aad07d821","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"50dbfd0907520dcccbd51e965728eb32e592b8fa","kind":"commit","published_at":"2022-04-05T15:07:42.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.7.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.7.0","dependencies_parsed_at":"2023-05-31T13:17:09.753Z","dependency_job_id":"0422cb98-e032-4f55-b87c-76f4aacb1ec0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"8d125895b958610ec414ca4dae010257eaa814d3","kind":"commit","published_at":"2022-02-03T20:55:30.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.6.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.6.0","dependencies_parsed_at":"2023-05-31T13:17:10.290Z","dependency_job_id":"febd7154-add3-49a7-80fd-9479b8be34c6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"7a360a247cce1245c1d13bc63d8b2ac927d201c8","kind":"commit","published_at":"2022-01-22T19:52:49.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.5.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-31T13:17:10.738Z","dependency_job_id":"4173a74f-a1ee-4969-828d-6729aad6bf7c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.5.0/manifests"},{"name":"v0.4.4","sha":"c6c22902f6af237edb96ede5f25a00e864589b2f","kind":"commit","published_at":"2021-12-22T16:48:33.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.4.4","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.4.4","dependencies_parsed_at":"2023-05-31T13:17:11.164Z","dependency_job_id":"ac18cf2e-9166-43dd-a76f-35c5d546bc54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"d03480e8adf23ba8516d4c7ab68bc68999d5f0ae","kind":"tag","published_at":"2021-12-09T19:17:08.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.4.3","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.4.3","dependencies_parsed_at":"2023-05-31T13:17:11.793Z","dependency_job_id":"479deb00-fb68-463d-9f5f-f60e281e688a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"1618f1c03245f76ecc483fb1fb2218a6894c4145","kind":"tag","published_at":"2021-12-08T00:39:31.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.4.2","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.4.2","dependencies_parsed_at":"2023-05-31T13:17:12.363Z","dependency_job_id":"f47e953a-628b-42c2-8806-8e2ec9a9a99d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"9a051ab76ce8a17efc6be51a4f66a0248970f317","kind":"tag","published_at":"2021-11-29T19:55:23.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.4.1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.4.1","dependencies_parsed_at":"2023-05-31T13:17:12.963Z","dependency_job_id":"c27a6650-fa03-46eb-848a-4c6b3f3b9b10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"a61909d048e0be579b6c15b27088d19668493851","kind":"tag","published_at":"2021-11-09T21:13:28.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.4.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-31T13:17:14.165Z","dependency_job_id":"5477cf5e-0841-4af1-9445-c85f9b893a03","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"f3c3e206c94d56ae17c8fa97b102276d24dc2108","kind":"tag","published_at":"2021-10-04T16:20:58.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.3.1","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.3.1","dependencies_parsed_at":"2023-05-31T13:17:14.666Z","dependency_job_id":"0a1f23ab-a5b9-4f4f-af77-c8e8410dbc8b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"2dd133ffa2bc779c0854b1999e993c416c87164b","kind":"tag","published_at":"2021-09-21T22:11:24.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.3.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-31T13:17:15.297Z","dependency_job_id":"eb27bbb5-2828-45cf-aea2-49fa1d5baf4c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"cb396c3f31318e0011b80a34de46c2cab9e332f8","kind":"tag","published_at":"2021-09-18T16:12:45.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.2.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-31T13:17:15.859Z","dependency_job_id":"771152f6-66e4-4f4f-b503-57b789b4164b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"688a7bd01706217a1fc965442ff0733d2d577ec9","kind":"tag","published_at":"2021-09-16T16:59:52.000Z","download_url":"https://codeload.github.com/google-github-actions/auth/tar.gz/v0.1.0","html_url":"https://github.com/google-github-actions/auth/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-31T13:17:23.721Z","dependency_job_id":"3724a7ed-eb28-4f64-a605-47121d219278","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2024-08-13T14:49:12.521Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":4745,"rankings":{"downloads":null,"dependent_repos_count":0.28838535889716366,"dependent_packages_count":0.0,"stargazers_count":0.38662652511487877,"forks_count":0.4088100142608145,"docker_downloads_count":null,"average":0.2709554745682142},"purl":"pkg:githubactions/google-github-actions/auth","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/google-github-actions/auth","docker_dependents_count":4,"docker_downloads_count":24253934,"usage_url":"https://repos.ecosyste.ms/usage/actions/google-github-actions/auth","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/google-github-actions/auth/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-13T13:25:31.706Z","issues_count":111,"pull_requests_count":108,"avg_time_to_close_issue":441947.65454545454,"avg_time_to_close_pull_request":182777.19444444444,"issues_closed_count":110,"pull_requests_closed_count":108,"pull_request_authors_count":22,"issue_authors_count":104,"avg_comments_per_issue":4.711711711711712,"avg_comments_per_pull_request":0.4444444444444444,"merged_pull_requests_count":80,"bot_issues_count":0,"bot_pull_requests_count":10,"past_year_issues_count":48,"past_year_pull_requests_count":54,"past_year_avg_time_to_close_issue":209450.97872340426,"past_year_avg_time_to_close_pull_request":187601.75925925927,"past_year_issues_closed_count":47,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":47,"past_year_avg_comments_per_issue":4.625,"past_year_avg_comments_per_pull_request":0.4444444444444444,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fauth/issues","maintainers":[{"login":"sethvargo","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sethvargo"},{"login":"google-github-actions-bot","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/google-github-actions-bot"},{"login":"verbanicm","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/verbanicm"},{"login":"bharathkkb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bharathkkb"}],"active_maintainers":[{"login":"sethvargo","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sethvargo"},{"login":"google-github-actions-bot","count":10,"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%2Fauth/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fauth/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fauth/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fauth/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fauth/codemeta","maintainers":[]}