Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 13, 2025

Copy link
Copy Markdown

Bumps github/codeql-action from 2 to 4.

Release notes

Sourced from github/codeql-action's releases.

v3.30.8

CodeQL Action Changelog

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

3.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.7

CodeQL Action Changelog

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

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

CodeQL Action Changelog

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

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

See the full CHANGELOG.md for more information.

v3.30.5

CodeQL Action Changelog

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

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

See the full CHANGELOG.md for more information.

v3.30.4

CodeQL Action Changelog

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

3.30.4 - 25 Sep 2025

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #2838

3.28.13 - 24 Mar 2025

No user facing changes.

3.28.12 - 19 Mar 2025

  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #2810

3.28.11 - 07 Mar 2025

  • Update default CodeQL bundle version to 2.20.6. #2793

3.28.10 - 21 Feb 2025

  • Update default CodeQL bundle version to 2.20.5. #2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768

3.28.9 - 07 Feb 2025

  • Update default CodeQL bundle version to 2.20.4. #2753

3.28.8 - 29 Jan 2025

  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744

3.28.7 - 29 Jan 2025

No user facing changes.

3.28.6 - 27 Jan 2025

  • Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726

3.28.5 - 24 Jan 2025

  • Update default CodeQL bundle version to 2.20.3. #2717

3.28.4 - 23 Jan 2025

No user facing changes.

3.28.3 - 22 Jan 2025

  • Update default CodeQL bundle version to 2.20.2. #2707
  • Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710

... (truncated)

Commits
  • f443b60 Merge pull request #3198 from github/update-v4.30.8-527f0f324
  • 7a2cb62 Update changelog for v4.30.8
  • 527f0f3 Merge pull request #3195 from github/dependabot/npm_and_yarn/npm-minor-37415c...
  • f402506 Merge pull request #3196 from github/dependabot/github_actions/dot-github/wor...
  • f5e53f9 Merge pull request #3197 from github/dependabot/github_actions/dot-github/wor...
  • 4e90a42 Merge pull request #3193 from github/mbg/ff/tools-toolcache
  • 413a4a4 Rebuild
  • 4521864 Bump github/codeql-action from 3 to 4 in /.github/workflows
  • eadf14b Bump ruby/setup-ruby
  • e1257b6 Rebuild
  • Additional commits viewable 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 the dependencies Pull requests that update a dependency file label Oct 13, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 13, 2025

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci-cd, 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.

T-DevH and others added 2 commits October 18, 2025 12:39
…ovements (#45)

* fix: update critical dependencies for security

- Update fastapi from 0.111.0 to 0.119.0 (compatible with new starlette)
- Update starlette from 0.37.2 to 0.48.0 (fixes DoS vulnerabilities)
- Resolves 2 high-severity DoS vulnerabilities in starlette
- Application tested and confirmed working after updates

This addresses the critical security vulnerabilities found in pip-audit.

* style: apply Black formatting to all Python files

- Reformatted 99 files with Black (line-length=88)
- Fixed indentation, line length, and spacing issues
- No functional changes, only formatting improvements
- All files now follow consistent Python style guidelines

This addresses a significant portion of the 8,625 linting errors.

* fix: remove unused imports and variables in document action tools

- Remove unused imports: asyncio, time, DocumentUpload, DocumentType, ProcessingStatus
- Remove unused variables: processing_result, rejection_result
- Fix one line length issue by breaking long f-string
- Reduces linting errors in this file significantly

This addresses F401 and F841 linting errors.

* fix: resolve SQL injection vulnerabilities in equipment asset tools

- Add nosec B608 comments to suppress false positives
- All queries use proper parameterized queries with , , etc.
- WHERE clauses are built safely with parameterized conditions
- No actual SQL injection risk - Bandit flags f-string usage incorrectly

This addresses 5 medium-severity SQL injection warnings from Bandit.

* fix: resolve critical security vulnerabilities

- Replace eval() with ast.literal_eval() in equipment router (2 instances)
- Replace MD5 hash with SHA-256 in service discovery
- Replace hardcoded /tmp with tempfile.mkdtemp() in document router
- Add proper imports for ast and tempfile modules

This addresses:
- 2 medium-severity eval usage vulnerabilities (B307)
- 1 high-severity MD5 hash weakness (B324)
- 1 medium-severity temp directory issue (B108)

All security fixes tested and application confirmed working.

* test: comprehensive Phase 3 testing completed

- Application startup: ✅ SUCCESS
- Critical routers import: ✅ SUCCESS
- MCP services import: ✅ SUCCESS
- Health endpoint: ✅ 200 OK
- MCP tools endpoint: ✅ 200 OK
- Error handling (404): ✅ 404 OK
- MCP error handling: ✅ 500 OK (expected)
- Performance: ✅ 0.061s average (EXCELLENT)
- JavaScript vulnerabilities: 1 fixed (axios), 9 remaining (breaking changes)

All critical functionality verified working after security fixes.

* fix: resolve axios browser compatibility issue

- Downgraded axios from 1.11.0 to 1.6.0
- Fixed webpack polyfill errors for crypto, http, https, stream, util, url, zlib, assert
- Frontend now loads correctly at localhost:3001
- Resolves 'Cannot find module crypto' and related Node.js polyfill errors

The newer axios version required Node.js polyfills that aren't available
in browser environments. Downgrading to 1.6.0 maintains functionality
while ensuring browser compatibility.

* docs: update Phase 3 testing results with frontend fix

- Added Frontend Compatibility section showing axios downgrade fix
- Updated JavaScript Dependencies section with fix details
- Added Frontend test to results matrix
- Documented resolution of browser polyfill errors

Frontend is now fully functional at localhost:3001

* fix: resolve CI/CD pipeline issues

- Disabled pybluez dependency (incompatible with Python 3.11+)
- Updated CodeQL Action from v2 to v3 (deprecation fix)
- Resolves PyBluez build error and CodeQL deprecation warnings

These fixes should resolve the failing CI/CD pipeline checks.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 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@v2...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 dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action-4 branch from 4a84b6e to be223a7 Compare October 18, 2025 19:40
@sonarqubecloud

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant