cleaner key binding descriptions #749
Annotations
1 error and 3 warnings
build-and-deploy (16.x)
google-github-actions/deploy-appengine failed with: failed to execute gcloud command `gcloud app deploy --format json appengine/frontend/app.yaml --version cave --no-promote`: Services to deploy:
descriptor: [/home/runner/work/neuroglancer/neuroglancer/appengine/frontend/app.yaml]
source: [/home/runner/work/neuroglancer/neuroglancer/appengine/frontend]
target project: [seung-lab]
target service: [spelunker]
target version: [cave]
target url: [https://cave-dot-spelunker-dot-seung-lab.appspot.com]
target service account: [[email protected]]
(add --promote if you also want to make this service available from
[https://spelunker-dot-seung-lab.appspot.com])
Beginning deployment of service [spelunker]...
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 12 files to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Runtime python27 is end of support and no longer allowed. Please use the latest Python runtime for App Engine Standard..
|
build-and-deploy (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-deploy (16.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v3, google-github-actions/auth@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-deploy (16.x)
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.
|