CHORE: Add cooldown for github actions - #6327
Merged
Merged
Conversation
Contributor
|
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6327 +/- ##
==========================================
+ Coverage 84.16% 85.24% +1.08%
==========================================
Files 173 173
Lines 65294 65294
==========================================
+ Hits 54953 55661 +708
+ Misses 10341 9633 -708 🚀 New features to boost your workflow:
|
Collaborator
Author
This adds a cooldown between the time dependabot opens a PR and the release date. Here we are expecting at least a week to be passed before dependabot propose us a change that let us use a new release. That way, if someone does perform a new minor version with a vulnerability (for python) or any new release for a github action, we might never be impacted because in between the release and dependabot's PR, the release might be removed or fixed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
As title says. The feature is out of beta and now available for github actions too !
Issue linked
Related to #5524
Checklist