Skip to content

chore(deps): bump github/codeql-action from 27fcff4ecb39e96348e7ceddcc2d9ef42308b6fc to 5d4e8d1aca955e8d8589aabd499c5cae939e33c7#5

Closed
dependabot[bot] wants to merge 27 commits intomainfrom
dependabot/github_actions/github/codeql-action-5d4e8d1aca955e8d8589aabd499c5cae939e33c7
Closed

chore(deps): bump github/codeql-action from 27fcff4ecb39e96348e7ceddcc2d9ef42308b6fc to 5d4e8d1aca955e8d8589aabd499c5cae939e33c7#5
dependabot[bot] wants to merge 27 commits intomainfrom
dependabot/github_actions/github/codeql-action-5d4e8d1aca955e8d8589aabd499c5cae939e33c7

Conversation

@dependabot
Copy link
Contributor

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

Bumps github/codeql-action from 27fcff4ecb39e96348e7ceddcc2d9ef42308b6fc to 5d4e8d1aca955e8d8589aabd499c5cae939e33c7.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

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

[UNRELEASED]

No user facing changes.

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

No user facing changes.

4.31.3 - 13 Nov 2025

  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5. #3288

4.31.2 - 30 Oct 2025

No user facing changes.

4.31.1 - 30 Oct 2025

  • The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

4.31.0 - 24 Oct 2025

  • Bump minimum CodeQL bundle version to 2.17.6. #3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222

... (truncated)

Commits

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 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)

jfreed-dev and others added 27 commits December 21, 2025 22:17
Kubernetes cluster deployment for Rockchip RK3588-based SBCs (Turing RK1).

Features:
- Talos Linux configuration for RK1 compute modules
- RKNN SDK integration for NPU inference
- Longhorn storage, MetalLB, and monitoring stack
- Comprehensive documentation

Security: All cluster credentials are placeholder values.
Generate fresh credentials with: talosctl gen config
Exclude AI assistant local settings directory from version control
to prevent accidental commit of user-specific AI assistant configuration.
Add status badges for release version, license, Talos, and Kubernetes.
- Add GitHub Actions workflow for yamllint and markdownlint on push/PR
- Add yamllint config (excludes repo/, .github/, cluster-config/)
- Add markdownlint config with relaxed rules for existing docs
- Add CI badge to README
Configure automated dependency updates for:
- Git submodules (weekly on Monday)
- GitHub Actions (weekly on Monday)
- Scan Python code for security vulnerabilities
- Run on push/PR to main and weekly schedule
- Use security-extended query suite
- Add CodeQL badge to README
No Python source in main repo (only in submodules). Changed to scan
GitHub Actions workflows for security issues.
Address deprecation warning - v3 will be deprecated in December 2026.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19 to 22.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v19...v22)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: '22'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Automatically approve and enable auto-merge for Dependabot PRs.
PRs will merge after all required status checks pass.
SVG source for repository social preview image.
Convert to PNG (1280x640) and upload via GitHub Settings.
Test PR to verify CI workflows are functioning correctly.
Keep local file but exclude from public repo.
Already in .gitignore for future protection.
Add explicit permissions block (contents: read) to address
missing-workflow-permissions security alerts.
Address CodeQL unpinned-tag security alert by pinning all actions
to specific commit SHAs instead of version tags.

Pinned versions:
- actions/checkout: v4, v6
- actions/setup-python: v6
- github/codeql-action: v4
- DavidAnson/markdownlint-cli2-action: v22
Converted from SVG source (1280x640, 63KB).
Upload to GitHub Settings > Social preview.
- Add BMC requirements section with authentication and SD card info
- Fix tpi flash commands to use -l flag and /mnt/sdcard/ path
- Update Portainer agent URL to Community Edition ce2-22
- Add flashing time estimates and USB cable method reference
- Fix troubleshooting section with correct flash command syntax
Document cluster architecture including hardware layout, Kubernetes
components, storage replication, network traffic flow, monitoring
stack, and deployment dependencies. Add references in documentation
index files.
Subgraph IDs containing hyphens cause parsing issues in Mermaid.
Changed IDs to use concatenated names while keeping display labels:
- kube-system → kubesystem
- metallb-system → metallbsystem
- ingress-nginx → ingressnginx
- longhorn-system → longhornsystem
- default → defaultns
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 27fcff4ecb39e96348e7ceddcc2d9ef42308b6fc to 5d4e8d1aca955e8d8589aabd499c5cae939e33c7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@27fcff4...5d4e8d1)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 5d4e8d1aca955e8d8589aabd499c5cae939e33c7
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Dec 29, 2025

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
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. 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-5d4e8d1aca955e8d8589aabd499c5cae939e33c7 branch December 30, 2025 15:11
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