-
-
Notifications
You must be signed in to change notification settings - Fork 42
chore(deps): pin dependencies #907
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
Merged
Merged
Conversation
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
Contributor
Reviewer's GuideThis PR systematically replaces floating version references across CI/workflow configurations and project metadata with explicit SHA digests or exact version pins for improved reproducibility and security. Flow diagram for dependency pinning process in CIflowchart TD
Start([Start: Floating/Unpinned Dependencies])
Update[Update workflow and config files to use pinned versions and digests]
PinActions[Pin GitHub Actions to specific SHAs]
PinPython[Pin Python base image in Dockerfile to SHA256 digest]
PinDevDeps[Pin dev dependencies in pyproject.toml to exact versions]
End([End: All dependencies pinned])
Start --> Update --> PinActions
PinActions --> PinPython
PinPython --> PinDevDeps
PinDevDeps --> End
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
Deploying tux with
|
| Latest commit: |
71405cb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d2bfd35f.tux-afh.pages.dev |
| Branch Preview URL: | https://renovate-pin-dependencies.tux-afh.pages.dev |
664072a to
71405cb
Compare
Collaborator
|
looks fine. pins everything to set versions as it says. this is a good improvement for build consistency. nothing really jumps out. |
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.
This PR contains the following updates:
5a3ec8411bd719e5bc658da2455649933eaa26af69ea165f83bd536e18283e047f89e90fb2170263435374a5d14902fa8ee4681712910929ce28f5bb5d50e5ccfb013^0.6.0->0.6.0>=4.0.0->==4.2.0>=1.1.358->==1.1.4026b3223e6b3223e789059c>=0.8.0->==0.12.072f2c25a284dc1^1.17.0->1.17.0^1.37.1->1.37.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.