Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #362 +/- ##
==========================================
- Coverage 55.49% 55.44% -0.05%
==========================================
Files 45 45
Lines 4303 4303
Branches 391 391
==========================================
- Hits 2388 2386 -2
- Misses 1888 1889 +1
- Partials 27 28 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances security by pinning all instances of actions/checkout to a specific commit hash instead of using the floating major version tag @v6. This prevents potential supply chain attacks where a compromised or manipulated tag could execute malicious code in CI/CD workflows.
- Replaces
actions/checkout@v6with hash-pinned version8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - Updates all 8 workflow files that use
actions/checkout - Maintains consistency with the existing hash-pinning pattern already used in docker-publish.yml
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release-cli.yml | Pins actions/checkout for Rust CLI release workflow |
| .github/workflows/publish_to_pypi.yml | Pins actions/checkout for PyPI publishing workflow |
| .github/workflows/docs.yml | Pins actions/checkout for documentation build and deployment |
| .github/workflows/docker-publish.yml | Pins actions/checkout for Docker image publishing |
| .github/workflows/codeql.yml | Pins actions/checkout for CodeQL security analysis |
| .github/workflows/codecov.yml | Pins actions/checkout for code coverage reporting |
| .github/workflows/ci-rust.yml | Pins actions/checkout across all Rust CI jobs (6 instances) |
| .github/workflows/ci-python.yml | Pins actions/checkout across all Python CI jobs (5 instances) |
ppinchuk
approved these changes
Dec 11, 2025
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.
No description provided.