Update recipes.schema.json #43
Annotations
2 errors and 4 warnings
build
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/setup-gcloud
|
build
google-github-actions/deploy-appengine failed with: failed to execute gcloud command `gcloud app deploy --format json dist/app.yaml --project git-recipes --promote`: Services to deploy:
descriptor: [/home/runner/work/git-recipes/git-recipes/dist/app.yaml]
source: [/home/runner/work/git-recipes/git-recipes/dist]
target project: [git-recipes]
target service: [default]
target version: [20240619t220049]
target url: [https://git-recipes.uc.r.appspot.com]
target service account: [git-recipes@appspot.gserviceaccount.com]
Beginning deployment of service [default]...
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 138 files to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Runtime nodejs14 is end of support and no longer allowed. Please use the latest Node.js runtime for App Engine Standard..
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, google-github-actions/setup-gcloud@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
"service_account_key" has been deprecated. Please switch to using google-github-actions/auth which supports both Workload Identity Federation and Service Account Key JSON authentication. For more details, see https://github.com/google-github-actions/setup-gcloud#authorization
|
build
google-github-actions/deploy-appengine is pinned at "main". We strongly advise against pinning to "@main" as it may be unstable. Please update your GitHub Action YAML from:
uses: 'google-github-actions/deploy-appengine@main'
to:
uses: 'google-github-actions/deploy-appengine@v1'
Alternatively, you can pin to any git tag or git SHA in the repository.
|