-
-
Notifications
You must be signed in to change notification settings - Fork 41
Keep GitHub Actions up to date with GitHub's Dependabot #169
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
Conversation
* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot) * [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) To see all GitHub Actions dependencies, type: % `git grep 'uses: ' .github/workflows/`
|
Thanks for this, though I worry about Dependabot adding too much noise, I'll change the interval if that becomes a problem. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
=======================================
Coverage 83.45% 83.45%
=======================================
Files 31 31
Lines 7423 7423
=======================================
Hits 6195 6195
Misses 1228 1228 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
A few GitHub Actions are only used at CI test-time, while most other dependencies are also used at runtime. This means that if the CI tests pass, maintainers have more confidence that the proposed changes will not break runtime. GitHub Actions have very infrequent major version changes . When GitHub Actions are upgraded, it often happens in batches. The There is a tradeoff between supply chain security and chattiness. Given that we have a few GHAs that are updated rarely and usually in batches, and we are using Thanks for the review. The interval options are daily, weekly, or monthly (not quarterly). GitHub Actions have very infrequent major version changes. There is a tradeoff between supply chain security and chattiness. Given that we have a few GHAs that are updated rarely and usually in batches and we are using |
Good pointing that out, the quick verbose reply was very conspicuous. That URL is for the local account, it doesn't show your own replies to others. Might be a good idea to disclaim quick replies so that they're not mistaken for an LLM or something.
This is inaccurate compared to the documentation you've provided. There are several more options including quarterly. |
dependabot.ymlfile - package-ecosystemTo see all GitHub Actions dependencies, type:
%
git grep 'uses: ' .github/workflows/