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

configure dependabot for github composite actions #6154

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

bjlittle
Copy link
Member

@bjlittle bjlittle commented Sep 30, 2024

🚀 Pull Request

Description

This pull-request updates the dependabot configuration to include coverage of our composite GHAs.

Note that, dependabot has not updated the actions/cache GHA version used by the composite actions, which has been at v4.0.2 since 19 Mar 2024.

As a result, the composite actions have been using a deprecated version of node.js and forced to run on node20.


Consult Iris pull request check list


Add any of the below labels to trigger actions on this PR:

  • benchmark_this Request that this pull request be benchmarked to check if it introduces performance shifts

@bjlittle
Copy link
Member Author

Let's not manually update the actions/cache version in the composite actions, and leave it to dependabot, which is a good test of this PR change.

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.81%. Comparing base (0d731cb) to head (2979324).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6154   +/-   ##
=======================================
  Coverage   89.81%   89.81%           
=======================================
  Files          88       88           
  Lines       23174    23174           
  Branches     5045     5045           
=======================================
  Hits        20814    20814           
  Misses       1623     1623           
  Partials      737      737           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@pp-mo pp-mo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good, as you say.
Thanks for chasing this down @trexfeathers !

@pp-mo pp-mo merged commit 0ce2550 into SciTools:main Sep 30, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants