chore: fix dependabot alerts#3477
Merged
andaaron merged 1 commit intoproject-zot:mainfrom Oct 22, 2025
Merged
Conversation
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependencies and GitHub Actions to address Dependabot security alerts.
Key Changes:
- Updates AWS SDK v2 packages and related dependencies to latest patch versions
- Updates third-party Go dependencies (NATS, Redis, compression libraries, etc.)
- Upgrades GitHub CodeQL action from v4.30.8 to v4.30.9 across all workflows
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates multiple Go dependencies to newer patch versions to address security vulnerabilities |
| .github/workflows/scorecards.yaml | Updates CodeQL action version for security scanning |
| .github/workflows/publish.yaml | Updates CodeQL action version used for Trivy scan result uploads |
| .github/workflows/codeql-analysis.yml | Updates CodeQL action versions for initialization, autobuild, and analysis steps |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3477 +/- ##
=======================================
Coverage 91.10% 91.10%
=======================================
Files 184 184
Lines 33934 33934
=======================================
+ Hits 30915 30917 +2
+ Misses 2278 2276 -2
Partials 741 741 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
andaaron
approved these changes
Oct 22, 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.
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.