Skip to content

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

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

dependabot[bot] wants to merge 0 commit into
mainfrom
dependabot/github_actions/github/codeql-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Copy link
Copy Markdown

Bumps github/codeql-action from 3 to 4.

Release notes

Sourced from github/codeql-action's releases.

v3.31.9

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.9 - 16 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.8

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.8 - 11 Dec 2025

  • Update default CodeQL bundle version to 2.23.8. #3354

See the full CHANGELOG.md for more information.

v3.31.7

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.7 - 05 Dec 2025

  • Update default CodeQL bundle version to 2.23.7. #3343

See the full CHANGELOG.md for more information.

v3.31.6

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.5

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.5 - 24 Nov 2025

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

4.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6. #3321

4.31.4 - 18 Nov 2025

No user facing changes.

Commits
  • 7e0b77e Merge pull request #3349 from github/dependabot/github_actions/dot-github/wor...
  • 0264b51 Merge pull request #3348 from github/dependabot/npm_and_yarn/npm-minor-38a2a7...
  • 2ac846d Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-38a2a793c5
  • 5d063dd Populate database upload results telemetry
  • 8e921c3 Return status report from cleanupAndUploadDatabases
  • 4b675e4 Merge pull request #3356 from github/mergeback/v4.31.8-to-main-1b168cd3
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 29, 2025
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action-4 branch from ccf529e to c00fa1b Compare January 5, 2026 02:18
fullofcaffeine added a commit that referenced this pull request Feb 6, 2026
…p variable substitution

## Atom Key Implementation
- Add shouldUseAtomKeys() to detect OTP patterns (id, start, restart, shutdown, type, etc.)
- Add isValidAtomName() for Elixir atom validation
- Update TObjectDecl compilation to generate :key => value for OTP objects
- Result: Supervisor.start_link now works with proper atom keys

## Loop Transformation Simplification
- Remove complex __AGGRESSIVE__ marker system (100+ lines of complex logic)
- Simplify loop variable substitution to always use aggressive substitution
- Remove findLoopVariable() and collectVariables() functions
- Result: Identical generated code with much simpler implementation

## Debug Output Cleanup
- Remove confusing trace statements:
  - "findLoopVariable returned: __AGGRESSIVE__"
  - "Taking mapping pattern path for ${arrayExpr}"
  - "While loop optimized to: ${optimized}"
- Result: Clean compilation output

## Compiler Development Principles
- Add Best Practice #9: "Avoid Ad-hoc Fixes - Implement General Solutions"
- Add Best Practice #10: "Prefer Simple Solutions Over Clever Ones"
- Document loop transformation simplification in LOOP_TRANSFORMATION_SIMPLIFIED.md

## Testing
- All 49/49 snapshot tests pass
- Updated test intended outputs to reflect atom key generation and simplified loop handling
- Generated code maintains identical functionality with cleaner implementation

The general solution for atom keys benefits all OTP patterns, not just Supervisor.
The simplified loop substitution is easier to understand and maintain while producing identical results.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@fullofcaffeine
fullofcaffeine force-pushed the dependabot/github_actions/github/codeql-action-4 branch from c00fa1b to 142aed1 Compare February 6, 2026 19:30
@dependabot @github

dependabot Bot commented on behalf of github Feb 6, 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 February 6, 2026 19:30
@fullofcaffeine
fullofcaffeine restored the dependabot/github_actions/github/codeql-action-4 branch February 12, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant