Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/install-codeql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ NC='\033[0m'
# deliberately and re-validate `lefthook run codeql` locally before raising
# this — an exact pin (not "latest") keeps local scans reproducible, per
# CLAUDE.md's "use exact dependency versions" convention.
CODEQL_VERSION="${CODEQL_VERSION:-v2.26.3}"
CODEQL_VERSION="${CODEQL_VERSION:-v2.26.4}"

# Where to install the `codeql` PATH shim. Defaults to the first writable,
# user-owned directory already on PATH so no sudo is required.
Expand Down
Loading