ci(github-actions): bump github/codeql-action from 4.32.6 to 4.33.0 in the github-actions group#289
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.32.6 to 4.33.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0d579ff...b1bff81) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 2 | 0 | 0 | 0.03s | |
| ✅ COPYPASTE | jscpd | yes | no | no | 1.38s | |
| ✅ EDITORCONFIG | editorconfig-checker | 2 | 0 | 0 | 0.01s | |
| checkov | yes | no | 1 | 20.74s | ||
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.84s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | no | 38.81s | |
| kics | yes | no | 1 | 3.97s | ||
| ✅ REPOSITORY | secretlint | yes | no | no | 1.53s | |
| ✅ REPOSITORY | semgrep | yes | no | no | 23.98s | |
| ✅ REPOSITORY | syft | yes | no | no | 2.18s | |
| ✅ REPOSITORY | trivy | yes | no | no | 10.02s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.15s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.31s | |
| ✅ SPELL | lychee | 2 | 0 | 0 | 0.5s | |
| ✅ YAML | prettier | 2 | 0 | 0 | 0 | 0.57s |
| ✅ YAML | v8r | 2 | 0 | 0 | 2.5s | |
| ✅ YAML | yamllint | 2 | 0 | 0 | 0.42s |
Detailed Issues
⚠️ REPOSITORY / checkov - 1 warning
error: Ensure the base image uses a non latest version tag
┌─ Dockerfile:9:1
│
9 │ FROM ${BASE_IMAGE} AS base
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Ensure the base image uses a non latest version tag
= Ensure the base image uses a non latest version tag
error: Ensure that sudo isn't used
┌─ Dockerfile:40:1
│
40 │ ╭ RUN useradd --create-home libraries && usermod --lock libraries && \
41 │ │ # Warning: the created user has root permissions inside the container
42 │ │ # Warning: you still need to start the ssh process with `sudo service ssh start`
43 │ │ if ! id -u ubuntu; then useradd --create-home --shell /bin/bash --groups sudo ubuntu; fi
│ ╰────────────────────────────────────────────────────────────────────────────────────────────^
│
= Ensure that sudo isn't used
= Ensure that sudo isn't used
error: Ensure that sudo isn't used
┌─ Dockerfile:56:1
│
56 │ ╭ RUN apt-get update && \
57 │ │ apt-get install --yes --no-install-recommends \
58 │ │ # minimal
59 │ │ bash \
· │
75 │ │ git \
76 │ │ && rm -rf /var/lib/apt/lists/*
│ ╰──────────────────────────────────^
│
= Ensure that sudo isn't used
= Ensure that sudo isn't used
warning: Ensure that a user for the container has been created
┌─ Dockerfile:1:1
│
1 │ ╭ # hadolint global ignore=DL3008
2 │ │ # kics-scan disable=fd54f200-402c-4333-a5a4-36ef6709af2f,965a08d7-ef86-4f14-8792-4a3b2098937e
3 │ │ # checkov:skip=CKV_DOCKER_3
4 │ │ ARG BASE_IMAGE=public.ecr.aws/ubuntu/ubuntu:24.04@sha256:b1940c8ecf8ff591053cc5db0303fb882f9fafec50f26892a870bcbe1b30d25a
· │
111 │ │
112 │ │ HEALTHCHECK CMD ["uv", "pip", "list"]
│ ╰─────────────────────────────────────^
│
= Ensure that a user for the container has been created
= Ensure that a user for the container has been created
warning: 1 warnings emitted
error: 3 errors emitted
⚠️ REPOSITORY / kics - 1 warning
warning: RUN instruction uv venv "/databricks/python3" --seed && uv pip install --no-cache-dir --requirements requirements.txt pyspark=="4.0.0" && uv pip uninstall pyspark && uv pip list does not use package pinning form
┌─ Dockerfile:94:1
│
94 │ FROM base AS build
│ ^^^^^^^^^^^^^^^^^^
│
= Unpinned Package Version in Pip Install
= Package version pinning reduces the range of versions that can be installed, reducing the chances of failure due to unanticipated changes
warning: 1 warnings emitted
See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

Show us your support by starring ⭐ the repository
Contributor
Author
|
Looks like github/codeql-action is updatable in another way, so this is no longer needed. |
auto-merge was automatically disabled
March 23, 2026 01:36
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 1 update: github/codeql-action.
Updates
github/codeql-actionfrom 4.32.6 to 4.33.0Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
b1bff81Merge pull request #3574 from github/update-v4.32.7-7dd76e6bfe682234Add changelog entry for #357095be291Bump minor version59bcb60Update changelog for v4.32.77dd76e6Merge pull request #3572 from github/mbg/pr-checks/eslinte3200e3Merge pull request #3563 from github/mbg/private-registry/oidc4c356c7Merge pull request #3570 from github/mbg/repo-props/warn-on-unexpected-propsb4937c1Only emit one message with accumulated property names136b8abRemovecache-dependency-pathoptions as wella5aba59Removepackage-lock.jsonthat's no longer neededDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions