Conversation
GitHub annotates every CodeQL run on this repository with two notices: CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, github/codeql-action/analyze@v2, ... The first one is reported at failure level, so the workflow is already being flagged. Moving codeql-action to v4 and checkout to v5 clears both. No other change: the query suite and the matrix stay as they are.
DiegoDAF
added a commit
to DiegoDAF/pgcli.daf
that referenced
this pull request
Sep 17, 2026
dbcli#1639 (CodeQL) and dbcli#1640 (sqlparse floor) are open. The two remaining branches are written and tested, waiting for room in the queue. Upcoming had grown to 84 items, and three of its sections were stating things that stopped being true weeks ago: that four merged PRs were still open, that the SQL_ASCII work was undecided, and that $XDG_STATE_HOME was not done. Everything moved down to its date, nothing was deleted.
Member
|
I did the same (and some more) in a separate pull request: #1641. |
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.
GitHub annotates every CodeQL run on this repository with two notices, visible on any recent run of the workflow:
The first is reported at failure level, so the workflow is already being flagged even though the analysis itself succeeds.
This moves
github/codeql-actionfrom v2 to v4 andactions/checkoutfrom v3 to v5. Nothing else changes: same trigger, samepythonmatrix and the same+security-and-qualityquery suite.I ran the same change on my fork first and the CodeQL workflow comes back green with both annotations gone.