-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: google-github-actions is out of date #306
Comments
I suggest adding a Dependabot can handle Python packages, NPM packages, GitHub Action steps, and more. Here's an example from the Benefits repo: https://github.com/cal-itp/benefits/blob/main/.github/dependabot.yml |
Those links are for a workflow template that can be used in other Cal-ITP repositories, but it doesn't actually apply unless added to the given repo. And further, that workflow is about adding a PR that Depedabot created to a Project Board in GitHub. The workflow doesn't activate or configure Dependabot in any way. Dependabot is configured on a per-repository basis (since languages and dependency environments can be different from one repo to the next). I saw some Dependabot PRs come in on this repo earlier, so it looks like it was at least partially configured. I'd still recommend using the |
Describe the bug
During a PR the lint and test shows this error:
"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/cal-itp/reports/actions/runs/10781816640
To Reproduce
Start a PR
Expected behavior
Github is not complaining to you.
The text was updated successfully, but these errors were encountered: