Add additional debugging checks and better octree validation #1140
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 graphene-multiscale-meshes --no-promote`: ERROR: (gcloud.app.deploy) There was a problem refreshing your current auth tokens: ('Error code unauthorized_client: The given credential is rejected by the attribute condition.', '{"error":"unauthorized_client","error_description":"The given credential is rejected by the attribute condition."}')
Please run:
$ gcloud auth login
to obtain new credentials.
If you have already logged in with a different account, run:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
|
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 use a deprecated Node.js version 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.
|