Add CodeQL Analysis workflow and security dependency updates#12
Draft
Add CodeQL Analysis workflow and security dependency updates#12
Conversation
Co-authored-by: conjon611 <35982885+conjon611@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CodeQL Analysis workflow and maintenance updates
Add CodeQL Analysis workflow and security dependency updates
Sep 12, 2025
conjon611
approved these changes
Sep 16, 2025
conjon611
approved these changes
Sep 23, 2025
conjon611
approved these changes
Sep 27, 2025
conjon611
approved these changes
Oct 21, 2025
conjon611
approved these changes
Nov 11, 2025
conjon611
approved these changes
Jan 24, 2026
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.
This PR enhances repository security by adding automated CodeQL Analysis and updating dependencies with security patches.
CodeQL Analysis Workflow
Added
.github/workflows/codeql.ymlto implement comprehensive security scanning:security-extendedandsecurity-and-qualityquery suites for thorough vulnerability detectionsecurity-events: writepermission for reporting findings to GitHub Security tabDependency Security Updates
Updated multiple packages with security patches while maintaining compatibility:
Root Package Dependencies
^6.7.4to^6.21.0(both plugin and parser)^8.50.0to^8.57.0^6.0.0to^8.0.3with significant security improvements^5.2.2to^5.3.3^3.0.3to^3.2.5Runtime Dependencies
^3.1.4to^3.2.1for security improvements^4.18.2to^4.19.2across all verifier packages (arb-verifier, evm-verifier, l1-verifier, op-verifier, scroll-verifier)Benefits
The changes integrate seamlessly with the existing CI/CD pipeline and maintain the monorepo's workspace structure.
This pull request was created as a result of the following prompt from Copilot chat.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.