CI: add CodeQL workflow and harden Actions workflows#547
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #547 +/- ##
=======================================
Coverage 65.19% 65.19%
=======================================
Files 34 34
Lines 65205 65205
Branches 4642 4642
=======================================
Hits 42508 42508
Misses 22536 22536
Partials 161 161
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
AndreyVMarkelov
force-pushed
the
ci/codeql-and-workflow-hardening
branch
from
July 16, 2026 00:19
fd871ce to
ae489eb
Compare
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.
Fixes CodeQL
language:actionsfindings and adds a real scanning workflow.Changes
actions+pythonon push/PR to main and weekly (Mon 00:00 UTC). Replaces reliance on stale default-setup scans.::set-output(disabled by GitHub in 2023) to$GITHUB_OUTPUT; pass interpolated${{ }}values viaenv:to close shell-injection findings.permissions: contents: read, matching the other workflows.Verification
actionlintclean (no injection/permission/set-output errors).$GITHUB_OUTPUTheredoc with a multiline commit body containing%,$, backticks — preserved literally, confirming the old escaping is no longer needed.