Skip to content
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

Keep GitHub Actions up to date with GitHub's Dependabot #27

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Feb 11, 2025

This should autocreate a pull request to upgrade the coverage GitHub Action which is currently failing.

This should autocreate a pull request to upgrade the coverage GitHub Action which is currently failing.

* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
@john-hen
Copy link
Owner

The reason for the action failure was a different one. Apparently there's (now) a rate limit when uploading coverage reports to Codecov, unless we use an upload token. So I added the token to the secrets, and that fixed it.

But I guess there's no harm in using Dependabot. Unless it annoys me by creating too many commits down the line. But I'll worry about that when/if it happens.

@john-hen john-hen merged commit 98ee470 into john-hen:main Feb 11, 2025
9 checks passed
@cclauss cclauss deleted the patch-1 branch February 11, 2025 23:12
@cclauss
Copy link
Contributor Author

cclauss commented Feb 11, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants