Skip to content

chore(deps): bump github/codeql-action from 3 to 4#4

Closed
dependabot[bot] wants to merge 14 commits into
mainfrom
dependabot/github_actions/github/codeql-action-4
Closed

chore(deps): bump github/codeql-action from 3 to 4#4
dependabot[bot] wants to merge 14 commits into
mainfrom
dependabot/github_actions/github/codeql-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Copy link
Copy Markdown

Bumps github/codeql-action from 3 to 4.

Release notes

Sourced from github/codeql-action's releases.

v3.35.5

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

v3.35.4

  • Update default CodeQL bundle version to 2.25.4. #3881

v3.35.3

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

v3.35.2

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

v3.35.1

v3.35.0

v3.34.1

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

v3.34.0

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

v3.33.0

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562 To opt out of this change:
    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557
  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559
  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563
  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564
  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

4.32.3 - 13 Feb 2026

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466

4.32.2 - 05 Feb 2026

  • Update default CodeQL bundle version to 2.24.1. #3460

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

4.31.10 - 12 Jan 2026

  • Update default CodeQL bundle version to 2.23.9. #3393

4.31.9 - 16 Dec 2025

No user facing changes.

4.31.8 - 11 Dec 2025

  • Update default CodeQL bundle version to 2.23.8. #3354

4.31.7 - 05 Dec 2025

  • Update default CodeQL bundle version to 2.23.7. #3343

4.31.6 - 01 Dec 2025

No user facing changes.

4.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6. #3321

4.31.4 - 18 Nov 2025

... (truncated)

Commits
  • 4041a11 Bump the npm-minor group across 1 directory with 3 updates
  • 2a6fe16 Bump actions/create-github-app-token
  • 3d6ea97 Merge pull request #3891 from github/navntoft/dep/remove-brace-expansion-over...
  • 7d25a3e Merge pull request #3892 from github/mbg/analysis-kinds/warn-on-multiple
  • 4dc7276 Merge remote-tracking branch 'origin/main' into mbg/analysis-kinds/warn-on-mu...
  • c559992 Merge pull request #3880 from github/henrymercer/overlay-match-codeql-version
  • 8d21760 Nit: Tweak JSDoc for getRawLanguagesNoAutodetect
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

meser1905 and others added 14 commits May 15, 2026 19:15
Set up the OpenNota monorepo foundation:
- Turborepo + pnpm workspaces (apps/*, packages/*)
- Shared @opennota/config package (ESLint, Prettier, TypeScript, Tailwind)
- Root tooling: ESLint 9 flat config, Prettier, EditorConfig
- Conventional Commits enforced via commitlint + husky + lint-staged
- .env.example with zero-install defaults (SQLite, local dirs)
- Gitignored data/, emails/, uploads/, generated/ directories

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add the @opennota/shared package:
- Domain enums (roles, term/evaluation types, grade scales)
- Zod validation schemas for every input DTO
- CacheStore abstraction with an in-memory implementation
- JobRunner abstraction with an in-process implementation

Add the @opennota/db package:
- Prisma SQLite schema covering all domain entities
- Initial migration
- Idempotent seed for Colegio San Martin (5 teachers, 30 students,
  30 guardians, 24 evaluations, 360 grades)

The cache, job runner and mailer are kept behind interfaces so Redis,
BullMQ or a real SMTP transport can replace them without touching
business code.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Stand up the @opennota/api backend:
- Zod-validated environment and typed AppConfig
- Pino structured logging, helmet, CORS and global rate limiting
- Global exception filter with the consistent ApiErrorResponse shape
- Per-route Zod validation pipe
- JWT auth: register/login/refresh/logout/me with bcrypt (cost 12),
  rotating refresh tokens stored hashed for revocation
- Global JwtAuthGuard (with @public) and RolesGuard (with @roles)
- Prisma, cache, job-runner and file-based mailer wired behind their
  shared abstractions

Disable consistent-type-imports for the API: NestJS reads constructor
parameter types at runtime, so injected classes must be value imports.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Institutions module (ADMIN): institutions, academic years, terms;
  activating an academic year deactivates the others in a transaction
- Academic module (ADMIN/PRINCIPAL): class groups, subjects,
  teacher-subject assignments and student enrollments
- Users module (ADMIN): user CRUD, teacher/student/guardian profiles
  and guardian-student links; passwordHash never leaves the API

Soft delete for institutions, class groups, subjects and users; hard
delete for years, terms, enrollments and assignments.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Evaluations module: evaluation CRUD and per-subject/term grading
  weight configuration (weights validated to sum to 100)
- Grades module: single and batch grade entry, editable only while
  the evaluation is published and the term is open
- GradeCalculationService: pure weighted-average engine that
  normalizes mixed scales to 0-10, applies type weights, renormalizes
  for partially graded terms; results cached in-memory keyed
  term-average:{studentId}:{subjectId}:{termId} and refreshed on change
- Reports module: report card JSON, PDFKit PDF (copy saved to
  ./generated via the job runner) and the class-group average view

Teachers can only manage subjects they are assigned to; students and
guardians can only read their own report cards.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Next.js 15 App Router with Tailwind and shadcn/ui components
- next-intl wired up with Spanish messages (English/Portuguese ready)
- Auth.js v5 credentials provider backed by the NestJS API, with
  access-token refresh and route-protecting middleware
- TanStack Query and toast providers
- Typed API client for the browser
- Login page and role-aware dashboard shell (sidebar + topbar)

The end-to-end auth flow is verified: NextAuth login through the API,
session callbacks and middleware redirects all work.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Token-aware browser API client and TanStack Query data layer
- shadcn table, dialog, select, textarea, switch and alert-dialog
- Reusable CRUD building blocks (page header, row actions, data
  states, confirm-delete dialog)
- Six management screens for Admin/Principal: institutions, academic
  years (with nested term management), class groups, subjects (with
  teacher assignments), enrollments and users

Forms reuse the shared Zod schemas; all visible text comes from the
Spanish i18n messages.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Returns the subjects the current user can work with: a teacher's
assigned subjects, or every subject for staff. The grade-entry and
evaluation screens need this so teachers can discover their subjects
without access to the admin-only class-group listing.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- GET /terms is now readable by every authenticated role (teachers,
  students and guardians need to pick a term); mutations stay ADMIN
- Add GET /reports/students returning the students whose report cards
  the current user may view: their own, their linked students, or all

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Evaluations CRUD screen with subject/term filters and a
  published/draft state
- Grade entry sheet: students-by-evaluations matrix with debounced
  per-cell autosave, per-cell save indicators, an absent toggle, and
  conceptual-scale selects; weight configuration dialog
- Report card viewer with per-subject averages, pass/fail badges,
  per-evaluation drilldown and PDF download
- Teacher dashboard card listing assigned subjects

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 26 Vitest unit tests for the grade calculation engine, covering
  weight scenarios, absences, missing config, mixed scales,
  conceptual grades, the pass threshold and rounding
- 6 integration tests exercising GradeCalculationService against a
  temporary SQLite database created and torn down per suite
- 13 unit tests for the in-memory cache and in-process job runner
- Playwright E2E covering the critical flow: teacher login to grade
  sheet, then student login to report card

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 16, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github May 16, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/github/codeql-action-4 branch May 16, 2026 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant