bump: update workflow actions and setuptools - #57
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Chartly’s CI/CD GitHub Actions references and bumps setuptools to resolve a Dependabot security alert for versions <83.0.0.
Changes:
- Updated
actions/checkoutto@v7across workflows. - Updated
actions/setup-pythonto@v7while keeping the Python runtime pinned to3.13. - Bumped
setuptoolsfrom82.0.1to84.0.0across root and environment-specific requirements, and migrated Super-Linter tosuper-linter/super-linter@v5.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements.txt | Bumps setuptools to 84.0.0 in base requirements. |
| requirements/production.txt | Bumps setuptools to 84.0.0 for production requirements. |
| requirements/staging.txt | Bumps setuptools to 84.0.0 for staging requirements. |
| requirements/testing.txt | Bumps setuptools to 84.0.0 for testing requirements. |
| .github/workflows/ci.yml | Updates checkout and setup-python action majors to v7. |
| .github/workflows/cd.yml | Updates checkout and setup-python action majors to v7 for deployment workflow. |
| .github/workflows/docs.yml | Updates checkout and setup-python action majors to v7 for docs workflow. |
| .github/workflows/guard.yml | Updates checkout action major to v7. |
| .github/workflows/super-linter.yml | Updates checkout to v7 and migrates Super-Linter action to the new repository namespace. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
k-alphonse
disabled auto-merge
August 10, 2026 14:27
k-alphonse
enabled auto-merge
August 10, 2026 14:27
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.
🥇 Generic Pull Request 🥇
Elizabeth Consulting International Inc
Purpose & Objective
This PR updates Chartly’s GitHub Actions and resolves the Dependabot security alert affecting
setuptoolsversions below 83.0.0.Changes
actions/checkoutfromv6tov7.actions/setup-pythonfromv4tov7.3.13.github/super-linternamespace tosuper-linter/super-linter.setuptoolsfrom82.0.1to84.0.0in the root, production, staging, and testing requirements.Validation