{"id":5800892,"name":"google-github-actions/deploy-appengine","ecosystem":"actions","description":"Deploy and promote a new service to Google App Engine.","homepage":"https://cloud.google.com/appengine","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/google-github-actions/deploy-appengine","keywords_array":["actions","app-engine","appengine","gae","gcp","github-actions","google-app-engine","google-appengine","google-cloud","google-cloud-platform"],"namespace":"google-github-actions","versions_count":35,"first_release_published_at":"2020-11-13T02:00:24.000Z","latest_release_published_at":"2025-09-03T01:08:21.000Z","latest_release_number":"v3.0.1","last_synced_at":"2026-04-11T22:01:34.857Z","created_at":"2023-01-04T12:35:00.337Z","updated_at":"2026-04-11T22:01:34.858Z","registry_url":"https://github.com/google-github-actions/deploy-appengine","install_command":null,"documentation_url":null,"metadata":{"name":"Deploy to App Engine","author":"Google LLC","description":"Deploy and promote a new service to Google App Engine.","inputs":{"project_id":{"description":"ID of the Google Cloud project. If not provided, this is inherited from\nthe environment.","required":false},"working_directory":{"description":"The working directory to use. **GitHub Actions do not honor [default\nworking-directory\nsettings](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#defaultsrun).**\nThe `deliverables` input is a relative path based on this setting.","required":false},"deliverables":{"description":"The [yaml\nfiles](https://cloud.google.com/appengine/docs/standard/nodejs/configuration-files#optional_configuration_files)\nfor the services or configurations you want to deploy. If not given,\ndefaults to app.yaml in the current directory. If that is not found,\nattempts to automatically generate necessary configuration files (such as\napp.yaml) in the current directory (example, `app.yaml cron.yaml`).\n\nNote: The additional deliverables may require additional roles for your\nservice account user.","required":false},"build_env_vars":{"description":"List of build environment variables that should be set in the build\nenvironment. These are comma-separated or newline-separated `KEY=VALUE`.\nKeys or values that contain separators must be escaped with a backslash\n(e.g. `\\,` or `\\\\n`) unless quoted. Any leading or trailing whitespace is\ntrimmed unless values are quoted.\n\n```yaml\nbuild_env_vars: |-\n  FRUIT=apple\n  SENTENCE=\" this will retain leading and trailing spaces \"\n```\n\nThis value will only be set if the input is a non-empty value. If a\nnon-empty value is given, the field values will be overwritten (not\nmerged). To remove all values, set the value to the literal string `{}`.\n\nTo include build environment variables defined in another file, use the\n[`includes` directive][includes-directive] in your `app.yaml`.\n\nThis will overwrite any duplicate key environment variables defined in the\n`app.yaml`.","required":false},"env_vars":{"description":"List of environment variables that should be set in the environment. These\nare comma-separated or newline-separated `KEY=VALUE`. Keys or values that\ncontain separators must be escaped with a backslash (e.g. `\\,` or `\\\\n`)\nunless quoted. Any leading or trailing whitespace is trimmed unless values\nare quoted.\n\n```yaml\nenv_vars: |-\n  FRUIT=apple\n  SENTENCE=\" this will retain leading and trailing spaces \"\n```\n\nThis value will only be set if the input is a non-empty value. If a\nnon-empty value is given, the field values will be overwritten (not\nmerged). To remove all values, set the value to the literal string `{}`.\n\nTo include environment variables defined in another file, use the\n[`includes` directive][includes-directive] in your `app.yaml`.\n\nThis will overwrite any duplicate key environment variables defined in the\n`app.yaml`.","required":false},"image_url":{"description":"Fully-qualified name\nof the container image to deploy. For example:\n\n    us-docker.pkg.dev/cloudrun/container/hello:latest\n\nor\n\n    us-docker.pkg.dev/my-project/my-container/image:1.2.3","required":false},"version":{"description":"The version of the app that will be created or replaced by this\ndeployment. If you do not specify a version, one will be generated for\nyou.","required":false},"promote":{"description":"Promote the deployed version to receive all traffic.","required":false,"default":"true"},"flags":{"description":"Space separate list of additional Cloud Functions flags to pass to the\ndeploy command. This can be used to apply advanced features that are not\nexposed via this GitHub Action.\n\n```yaml\nwith:\n  flags: '--ignore-file=...'\n```\n\nFlags that include other flags must quote the _entire_ outer flag value. For\nexample, to pass `--args=-X=123`:\n\n```yaml\nwith:\n  flags: 'flags: '--ignore-file=...' \"--args=-X=123\"'\n```\n\nSee the [complete list of\nflags](https://cloud.google.com/sdk/gcloud/reference/app/deploy#FLAGS) for\nmore information.\n\nPlease note, this GitHub Action does not parse or validate the flags. You\nare responsible for making sure the flags are available on the gcloud\nversion and subcommand.","required":false},"gcloud_version":{"description":"Version of the Cloud SDK to install. If unspecified or set to \"latest\",\nthe latest available gcloud SDK version for the target platform will be\ninstalled. Example: \"290.0.1\".","required":false},"gcloud_component":{"description":"Version of the Cloud SDK components to install and use. If unspecified,\nthe latest or released version will be used. This is the equivalent of\nrunning 'gcloud alpha COMMAND' or 'gcloud beta COMMAND'. Valid values are\n`alpha` or `beta`. The default value is to use the stable track.","required":false}},"outputs":{"name":{"description":"The fully-qualified resource name of the deployment. This will be of the\nformat `apps/[PROJECT]/services/[SERVICE]/versions/[VERSION]`."},"runtime":{"description":"The computed deployment runtime."},"service_account_email":{"description":"The email address of the runtime service account."},"serving_status":{"description":"The current serving status. The value is usually \"SERVING\", unless the\ndeployment failed to start."},"version_id":{"description":"Unique identifier for the version, or the specified version if one was\ngiven."},"version_url":{"description":"URL of the version of the AppEngine service that was deployed."}},"branding":{"icon":"code","color":"blue"},"runs":{"using":"node24","main":"dist/main/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":37464955,"uuid":"308778040","full_name":"google-github-actions/deploy-appengine","owner":"google-github-actions","description":"A GitHub Action that deploys source code to Google App Engine.","archived":false,"fork":false,"pushed_at":"2025-09-03T01:08:36.000Z","size":4946,"stargazers_count":272,"open_issues_count":1,"forks_count":75,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-03T02:08:45.332Z","etag":null,"topics":["actions","app-engine","appengine","gae","gcp","github-actions","google-app-engine","google-appengine","google-cloud","google-cloud-platform"],"latest_commit_sha":null,"homepage":"https://cloud.google.com/appengine","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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:26.000Z","updated_at":"2025-09-25T20:54:14.000Z","dependencies_parsed_at":"2023-01-08T03:54:41.350Z","dependency_job_id":"7ef5ae7d-4b37-4b21-a2c3-9c9b346be7c4","html_url":"https://github.com/google-github-actions/deploy-appengine","commit_stats":{"total_commits":199,"total_committers":16,"mean_commits":12.4375,"dds":0.6331658291457287,"last_synced_commit":"24e0c36ed7593b83beee803db490735c270338d6"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/google-github-actions/deploy-appengine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-github-actions","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/sbom","scorecard":{"id":435962,"data":{"date":"2025-08-11","repo":{"name":"github.com/google-github-actions/deploy-appengine","commit":"e49c9f469e40e03fb8b13171e0b72f98b506eba3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.5,"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":9,"reason":"Found 20/22 approved changesets -- score normalized to 9","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":"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":6,"reason":"6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/cleanup.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/google-github-actions/deploy-appengine/cleanup.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cleanup.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/google-github-actions/deploy-appengine/cleanup.yml/main?enable=pin","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/deploy-appengine/draft-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/google-github-actions/deploy-appengine/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/deploy-appengine/release.yml/main?enable=pin","Info:   7 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 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":"Token-Permissions","score":7,"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","Info: topLevel 'contents' permission set to 'read': .github/workflows/cleanup.yml:9","Warn: no topLevel permission defined: .github/workflows/draft-release.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/integration.yml:19","Warn: topLevel 'statuses' permission set to 'write': .github/workflows/integration.yml:20","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/unit.yml:19","Warn: topLevel 'statuses' permission set to 'write': .github/workflows/unit.yml:20"],"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":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"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":5,"reason":"SAST tool is not run on all commits -- score normalized to 5","details":["Warn: 15 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","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:27.343Z","repository_id":37464955,"created_at":"2025-08-19T04:42:27.343Z","updated_at":"2025-08-19T04:42:27.343Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278108844,"owners_count":25931339,"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-10-03T02:00:06.070Z","response_time":53,"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":"54d5fc7167ec790eb0233905e3cef384221b4619","kind":"commit","published_at":"2025-09-03T01:08:21.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v3","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v3","dependencies_parsed_at":null,"dependency_job_id":"d7f901d3-0607-4ad3-9c77-4a0822ff6fc1","purl":"pkg:github/google-github-actions/deploy-appengine@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v3/manifests"},{"name":"v3.0.1","sha":"54d5fc7167ec790eb0233905e3cef384221b4619","kind":"commit","published_at":"2025-09-03T01:08:21.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v3.0.1","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":"d2ba4ded-4d2a-419f-a333-737c6dc834b2","purl":"pkg:github/google-github-actions/deploy-appengine@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"2776d1f1ea3a36d8e810e50fe988ac599b259165","kind":"commit","published_at":"2025-09-03T00:08:56.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v3.0.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":"d29b0952-f5ab-4330-8965-4259eedf4838","purl":"pkg:github/google-github-actions/deploy-appengine@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v3.0.0/manifests"},{"name":"v2.1.8","sha":"a343979004148afb93c94c712b467e8e9f01b06b","kind":"commit","published_at":"2025-09-02T23:59:49.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.8","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":"4b9245a1-e8a0-4f41-a56e-288adc180d1b","purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"e49c9f469e40e03fb8b13171e0b72f98b506eba3","kind":"commit","published_at":"2025-07-21T14:23:00.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.7","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.7","dependencies_parsed_at":"2025-07-25T04:41:14.206Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"1471c5872e160ee05ab1d32f77ae1c9acf381a6a","kind":"commit","published_at":"2025-07-18T21:43:19.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.6","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.6","dependencies_parsed_at":"2025-07-21T04:28:10.528Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"2da1d596e766c0581fca51c92979093ff8a10f67","kind":"commit","published_at":"2025-02-01T14:13:48.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.5","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.5","dependencies_parsed_at":"2025-04-16T04:19:37.741Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"fb144a90e63cfe1ed98ca5a4513f8f7145bf13cd","kind":"commit","published_at":"2024-10-24T18:11:01.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.4","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.4","dependencies_parsed_at":"2024-10-26T12:10:55.975Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"3c758836610e6ad98d8719bf3e2bdf94c3082728","kind":"commit","published_at":"2024-08-06T01:26:02.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.3","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.3","dependencies_parsed_at":"2024-08-08T05:29:18.667Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"429c4012cd8417202d4147856b03421ec4f8717b","kind":"commit","published_at":"2024-05-01T19:06:43.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.2","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.2","dependencies_parsed_at":"2024-05-03T04:18:38.377Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"f217ff257a86208215e41b853ae0f140c505a3c7","kind":"commit","published_at":"2024-04-29T23:27:09.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.1","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.1","dependencies_parsed_at":"2024-05-01T04:20:02.182Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"24e0c36ed7593b83beee803db490735c270338d6","kind":"commit","published_at":"2024-01-23T01:54:06.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.1.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.1.0","dependencies_parsed_at":"2024-01-24T04:46:01.439Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.1.0/manifests"},{"name":"v2","sha":"12815a6ea19960f2e264557171bd5d2210c58791","kind":"commit","published_at":"2023-12-08T14:49:47.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2","dependencies_parsed_at":"2023-12-10T04:56:20.129Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2/manifests"},{"name":"v2.0.0","sha":"12815a6ea19960f2e264557171bd5d2210c58791","kind":"commit","published_at":"2023-12-08T14:49:47.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v2.0.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v2.0.0","dependencies_parsed_at":"2023-12-10T04:56:20.128Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v2.0.0/manifests"},{"name":"v0.9.0","sha":"7c8cba2f99262adec68ad01dc387e07dedf86135","kind":"commit","published_at":"2023-12-08T14:49:12.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.9.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.9.0","dependencies_parsed_at":"2023-12-10T04:56:20.133Z","dependency_job_id":null,"purl":"pkg:github/google-github-actions/deploy-appengine@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.9.0/manifests"},{"name":"v1.2.7","sha":"68ebe24d45b86d60444cfcd28e9506a4d0cde3ca","kind":"commit","published_at":"2023-05-08T18:19:25.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1.2.7","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1.2.7","dependencies_parsed_at":"2023-06-01T00:09:45.272Z","dependency_job_id":"fd0fe3a8-076a-4ef7-9356-86e37b3be505","purl":"pkg:github/google-github-actions/deploy-appengine@v1.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.7/manifests"},{"name":"v1.2.6","sha":"37c077ad340e8849dc65b5a6d0e70756a2d02c7a","kind":"commit","published_at":"2023-03-28T23:36:38.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1.2.6","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1.2.6","dependencies_parsed_at":"2023-06-01T00:09:46.238Z","dependency_job_id":"9b4cefe2-2c58-425f-b498-bf3c18b7c6a0","purl":"pkg:github/google-github-actions/deploy-appengine@v1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.6/manifests"},{"name":"v1.2.2","sha":"d39c5e2183e998a60cd36ec6d4d05e5043e26729","kind":"commit","published_at":"2023-03-12T20:02:10.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1.2.2","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1.2.2","dependencies_parsed_at":"2023-06-01T00:09:45.225Z","dependency_job_id":"358babd3-1d1b-4888-8740-d2266b7630f4","purl":"pkg:github/google-github-actions/deploy-appengine@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"3c081bf3153db1452002aefbad31866333a62a50","kind":"commit","published_at":"2023-03-10T02:10:20.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1.2.1","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1.2.1","dependencies_parsed_at":"2023-06-01T00:09:46.730Z","dependency_job_id":"b7aba6b9-2088-4b4c-ada0-fb4cabe1fea1","purl":"pkg:github/google-github-actions/deploy-appengine@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"cb8bcab75727ddac3277b664201350f9c013df7d","kind":"commit","published_at":"2023-03-09T21:28:03.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1.2.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1.2.0","dependencies_parsed_at":"2023-06-01T00:09:45.962Z","dependency_job_id":"5549d7da-2f7c-4a80-8b4f-cd8a454f3853","purl":"pkg:github/google-github-actions/deploy-appengine@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"1220a282a2655267c86ae5377412a30c56ecfb0b","kind":"commit","published_at":"2022-12-16T14:39:46.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1.1.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T00:09:46.141Z","dependency_job_id":"815017ef-b4d8-4ebc-8fbd-c5bb1bca3cd6","purl":"pkg:github/google-github-actions/deploy-appengine@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"65b719cbd797f0b3e8d41f817fd409e5a4987d14","kind":"commit","published_at":"2022-11-17T20:07:05.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1.0.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T20:11:11.480Z","dependency_job_id":"8612a6cf-d200-45e4-a5e5-14b6272d5639","purl":"pkg:github/google-github-actions/deploy-appengine@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1.0.0/manifests"},{"name":"v1","sha":"65b719cbd797f0b3e8d41f817fd409e5a4987d14","kind":"commit","published_at":"2022-11-17T20:07:05.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v1","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v1","dependencies_parsed_at":"2023-05-31T20:11:12.462Z","dependency_job_id":"298f1e97-72be-425a-9953-50cbc7f8639a","purl":"pkg:github/google-github-actions/deploy-appengine@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v1/manifests"},{"name":"v0.8.2","sha":"faf00ca3ad406b3250a4416db31d7da0f2acfa84","kind":"commit","published_at":"2022-10-14T20:27:22.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.8.2","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.8.2","dependencies_parsed_at":"2023-05-31T20:11:13.808Z","dependency_job_id":"9f6c4fd8-6ab6-41ad-87de-8fe7acec370d","purl":"pkg:github/google-github-actions/deploy-appengine@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"2c04d63a8540635a2f7586c183144cd512a54a0a","kind":"commit","published_at":"2022-10-13T18:08:16.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.8.1","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.8.1","dependencies_parsed_at":"2023-05-31T20:11:15.114Z","dependency_job_id":"ff0d52bc-72d6-48ca-a741-a0e292fa3283","purl":"pkg:github/google-github-actions/deploy-appengine@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.8.1/manifests"},{"name":"v0","sha":"c0374ce7602000a1b1dbcf28f7a4ab4361464b5f","kind":"commit","published_at":"2022-03-08T21:11:09.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0","dependencies_parsed_at":"2023-05-30T22:53:14.295Z","dependency_job_id":"44f2f466-ad11-4dbe-b5f4-03d155cc9781","purl":"pkg:github/google-github-actions/deploy-appengine@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0/manifests"},{"name":"v0.8.0","sha":"c0374ce7602000a1b1dbcf28f7a4ab4361464b5f","kind":"commit","published_at":"2022-03-08T21:11:09.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.8.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.8.0","dependencies_parsed_at":"2023-05-30T22:53:10.250Z","dependency_job_id":"671864cd-0ae1-43cb-a492-b5306a8f27f5","purl":"pkg:github/google-github-actions/deploy-appengine@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"97bc6b001707f2ccdbd0200f2c1885fe8a428732","kind":"commit","published_at":"2022-03-08T20:46:42.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.7.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.7.0","dependencies_parsed_at":"2023-05-30T22:53:12.014Z","dependency_job_id":"6be321c2-7a4f-472d-b6ce-746afc36ca9e","purl":"pkg:github/google-github-actions/deploy-appengine@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"50cea78130d846a037d6be3faee64fc646b2db93","kind":"commit","published_at":"2022-01-31T22:45:17.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.6.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.6.0","dependencies_parsed_at":"2023-05-30T22:53:16.215Z","dependency_job_id":"d5dd4978-b971-4802-a618-1facf1682067","purl":"pkg:github/google-github-actions/deploy-appengine@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"1599d8548fe5f53631211aaf2e4bb12ee946c8d7","kind":"commit","published_at":"2021-12-08T16:30:02.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.5.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-30T22:53:18.482Z","dependency_job_id":"e357603f-f3e1-4ce5-8037-f9b44ada9251","purl":"pkg:github/google-github-actions/deploy-appengine@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"e3009e47609565a194033fbac6b6df2fd71fb6bf","kind":"commit","published_at":"2021-06-04T16:43:39.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.4.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-30T22:53:20.689Z","dependency_job_id":"3c7be6e4-c7fe-4205-9790-89135a3bfb26","purl":"pkg:github/google-github-actions/deploy-appengine@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2906c455f0ddd438509bfb2e9f995ef5092cee21","kind":"commit","published_at":"2021-03-31T21:54:45.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.3.1","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.3.1","dependencies_parsed_at":"2023-05-30T22:53:23.367Z","dependency_job_id":"ccde36a1-fa49-431e-a2f1-972cbc59ce06","purl":"pkg:github/google-github-actions/deploy-appengine@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"32c708ac578033217aed2f2822d5ddd60999612e","kind":"commit","published_at":"2021-01-21T16:17:32.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.3.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-30T22:53:25.643Z","dependency_job_id":"39af715e-a36d-43f4-bd4c-71407654c91a","purl":"pkg:github/google-github-actions/deploy-appengine@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"73c9b744497731a865297e5fc4e9653b4fd6f14d","kind":"commit","published_at":"2020-12-15T01:14:27.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.2.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-30T22:53:27.214Z","dependency_job_id":"22fcdd27-b0a1-4bdb-b7ec-88484f14447f","purl":"pkg:github/google-github-actions/deploy-appengine@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"ba3283dfd8b1c7df5dbed4d21e4055b5885fcc02","kind":"tag","published_at":"2020-11-13T02:00:24.000Z","download_url":"https://codeload.github.com/google-github-actions/deploy-appengine/tar.gz/v0.1.0","html_url":"https://github.com/google-github-actions/deploy-appengine/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-30T22:53:27.406Z","dependency_job_id":"802f8c18-a695-4786-a624-b0d431c2ca9b","purl":"pkg:github/google-github-actions/deploy-appengine@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-03T04:08:19.455Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":258,"rankings":{"downloads":null,"dependent_repos_count":2.4560291554428777,"dependent_packages_count":0.0,"stargazers_count":1.1218507368087467,"forks_count":0.8398035176675647,"docker_downloads_count":null,"average":1.1044208524797972},"purl":"pkg:githubactions/google-github-actions/deploy-appengine","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/google-github-actions/deploy-appengine","docker_dependents_count":1,"docker_downloads_count":34,"usage_url":"https://repos.ecosyste.ms/usage/actions/google-github-actions/deploy-appengine","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/google-github-actions/deploy-appengine/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-03T09:15:19.268Z","issues_count":47,"pull_requests_count":137,"avg_time_to_close_issue":9076196.139534883,"avg_time_to_close_pull_request":760540.1515151515,"issues_closed_count":43,"pull_requests_closed_count":132,"pull_request_authors_count":15,"issue_authors_count":41,"avg_comments_per_issue":2.4893617021276597,"avg_comments_per_pull_request":0.32116788321167883,"merged_pull_requests_count":107,"bot_issues_count":0,"bot_pull_requests_count":38,"past_year_issues_count":3,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1742530.1904761905,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":21,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.16666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Fdeploy-appengine/issues","maintainers":[{"login":"sethvargo","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sethvargo"},{"login":"google-github-actions-bot","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/google-github-actions-bot"},{"login":"verbanicm","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/verbanicm"},{"login":"bharathkkb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bharathkkb"}],"active_maintainers":[{"login":"sethvargo","count":7,"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%2Fdeploy-appengine/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fdeploy-appengine/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fdeploy-appengine/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fdeploy-appengine/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/google-github-actions%2Fdeploy-appengine/codemeta","maintainers":[]}