Skip to content

Consolidate GitHub Actions dependency bumps from PRs #368, #369, #370, #371, #373#378

Merged
tpvasconcelos merged 6 commits into
mainfrom
copilot/rebase-prs-368-369-370-371-373
May 24, 2026
Merged

Consolidate GitHub Actions dependency bumps from PRs #368, #369, #370, #371, #373#378
tpvasconcelos merged 6 commits into
mainfrom
copilot/rebase-prs-368-369-370-371-373

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 24, 2026

Cherry-picks the dependabot commits from 5 open PRs into a single branch and adds a consolidated changelog entry.

  • actions/download-artifact 7 → 8 ({gh-pr}368)
  • actions/upload-artifact 6 → 7 ({gh-pr}369)
  • sigstore/gh-action-sigstore-python 3.2.0 → 3.3.0 ({gh-pr}370)
  • codecov/codecov-action 5 → 6 ({gh-pr}371)
  • actions/github-script 8 → 9 ({gh-pr}373)

Changelog updated under Unreleased changes > CI/CD.


📚 Documentation preview 📚: https://ridgeplot--378.org.readthedocs.build/en/378/

dependabot Bot and others added 6 commits May 24, 2026 21:40
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tpvasconcelos <17701527+tpvasconcelos@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tpvasconcelos <17701527+tpvasconcelos@users.noreply.github.com>
Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
- [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md)
- [Commits](sigstore/gh-action-sigstore-python@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: sigstore/gh-action-sigstore-python
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tpvasconcelos <17701527+tpvasconcelos@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tpvasconcelos <17701527+tpvasconcelos@users.noreply.github.com>
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tpvasconcelos <17701527+tpvasconcelos@users.noreply.github.com>
Co-authored-by: tpvasconcelos <17701527+tpvasconcelos@users.noreply.github.com>
@tpvasconcelos tpvasconcelos requested a review from Copilot May 24, 2026 21:47
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3dbae30) to head (176fc73).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #378   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines          657       657           
  Branches        85        85           
=========================================
  Hits           657       657           
Flag Coverage Δ
combined-src 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR consolidates several Dependabot GitHub Actions version bumps into a single branch and updates the project changelog under “Unreleased changes > CI/CD”.

Changes:

  • Bump actions/download-artifact (7 → 8) and actions/upload-artifact (6 → 7) in the release workflow.
  • Bump sigstore/gh-action-sigstore-python (3.2.0 → 3.3.0) for release signing.
  • Bump codecov/codecov-action (5 → 6) and actions/github-script (8 → 9) in CI-related workflows.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
docs/reference/changelog.md Adds CI/CD changelog entries for the consolidated dependency bumps.
.github/workflows/release.yml Updates artifact upload/download actions and Sigstore action versions used during publishing.
.github/workflows/ci.yml Updates the Codecov upload action to the next major version.
.github/workflows/check-release-notes.yml Updates actions/github-script to the next major version for comment resolve/unresolve automation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/reference/changelog.md
@tpvasconcelos tpvasconcelos added the skip news Skip the "Check Release Notes" workflow label May 24, 2026
@tpvasconcelos tpvasconcelos disabled auto-merge May 24, 2026 21:54
@tpvasconcelos tpvasconcelos enabled auto-merge May 24, 2026 21:54
@tpvasconcelos tpvasconcelos merged commit 5924de4 into main May 24, 2026
23 of 24 checks passed
@tpvasconcelos tpvasconcelos deleted the copilot/rebase-prs-368-369-370-371-373 branch May 24, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news Skip the "Check Release Notes" workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants