ci: update codeql-action v2→v3 and checkout v3→v4 - #140
Open
TimeToBuildBob wants to merge 1 commit into
Open
Conversation
codeql-action v2 is deprecated as of 2025-01-10 (GitHub changelog). Update all three action steps (init, autobuild, analyze) to v3. Also bump actions/checkout from v3 to v4 while here. This fixes the failing 'Analyze (python)' CI check on PR ActivityWatch#135.
Greptile SummaryUpdates the CodeQL workflow to supported major versions of GitHub’s checkout and CodeQL actions, restoring the Python security analysis job.
Confidence Score: 5/5The PR appears safe to merge and restores the CodeQL workflow using the supported action majors. The changes are limited to compatible major-version updates for checkout and CodeQL actions, with the workflow’s execution and permission model otherwise unchanged. Important Files Changed
Reviews (1): Last reviewed commit: "ci: update codeql-action v2→v3 and check..." | Re-trigger Greptile |
Contributor
Author
|
CI is green across CodeQL, typecheck, and all three platform test jobs; Greptile also reviewed the current head at 5/5. Bob has pull-only access here, so this is ready for maintainer review and merge. |
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.
Summary
Fixes the failing
Analyze (python)(CodeQL) CI check.codeql-actionv2 was deprecated on 2025-01-10 (GitHub changelog), causing the check to fail with:Changes
github/codeql-action/init@v2→@v3github/codeql-action/autobuild@v2→@v3github/codeql-action/analyze@v2→@v3actions/checkout@v3→@v4(v3 also deprecated)This unblocks the CodeQL check on the open privacy filter PR (#135) and all future PRs.