build(deps): bump the github-actions group with 3 updates - #224
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github-actions group with 3 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `github/codeql-action/init` from 4.38.0 to 4.38.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b96794f...1c5b675) Updates `github/codeql-action/analyze` from 4.38.0 to 4.38.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b96794f...1c5b675) Updates `trufflesecurity/trufflehog` from 3.97.4 to 3.97.5 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](trufflesecurity/trufflehog@363923b...f714bf4) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: trufflesecurity/trufflehog dependency-version: 3.97.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs changes before merge. Reviewed September 21, 2026, 12:15 PM ET / 16:15 UTC. ClawSweeper reviewWhat this changesUpdates the pinned CodeQL actions to 4.38.1 and the TruffleHog action to 3.97.5 in the security workflows. Merge readiness⛔ Needs changes before merge - 2 items remain The update remains useful and is not implemented on main, but the TruffleHog runtime version must accompany its action-pin update. Priority: P2 Review scores
Verification
How this fits togetherGitHub Actions runs CodeQL analysis and secret scanning on repository changes. These workflows select scanner versions and publish security results or failing checks. flowchart TD
A[Repository changes] --> B[Security workflows]
B --> C[CodeQL action pins]
B --> D[TruffleHog action and version input]
C --> E[Code analysis]
D --> F[Secret scanning]
E --> G[Security results and checks]
F --> G
Before merge
Findings
Agent review detailsSecurityNone. Review metricsNone. Technical reviewBest possible solution: Keep immutable action pins and align TruffleHog's explicit runtime version with the intended 3.97.5 release. Do we have a high-confidence way to reproduce the issue? Yes, from source: every secret-scan invocation passes 3.97.4 to an action that uses that value as its Docker image tag; no local execution was performed. Is this the best way to solve the issue? The pinned-action approach is appropriate, but incomplete: the unchanged TruffleHog version input prevents the scanner upgrade described in the PR. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning medium; reviewed against 4d3dad28a600. LabelsLabel changes:
Label justifications:
EvidenceAcceptance criteria:
What I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
|
Included in merged #222, including the missing TruffleHog runtime version bump. The scanner log confirms 3.97.5 executed successfully, and CodeQL plus the full CI matrix passed. Closing this superseded update. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the github-actions group with 3 updates: github/codeql-action/init, github/codeql-action/analyze and trufflesecurity/trufflehog.
Updates
github/codeql-action/initfrom 4.38.0 to 4.38.1Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
1c5b675Merge pull request #4152 from github/update-v4.38.1-a65b83a73a97cdcaAdd changelog entry for #4146cc6c691Update changelog for v4.38.1a65b83aMerge pull request #4146 from github/henrymercer/per-language-bundles-pr07fa87dClarify the latest-nightly eligibility exceptionf18f353Describe the bundle URL resolverecec9b5Share per-language telemetry fields without renaming79fe3a1Move download telemetry into the status-report directoryead1f7dRename the platform module549d498Simplify per-language platform eligibility checksUpdates
github/codeql-action/analyzefrom 4.38.0 to 4.38.1Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
1c5b675Merge pull request #4152 from github/update-v4.38.1-a65b83a73a97cdcaAdd changelog entry for #4146cc6c691Update changelog for v4.38.1a65b83aMerge pull request #4146 from github/henrymercer/per-language-bundles-pr07fa87dClarify the latest-nightly eligibility exceptionf18f353Describe the bundle URL resolverecec9b5Share per-language telemetry fields without renaming79fe3a1Move download telemetry into the status-report directoryead1f7dRename the platform module549d498Simplify per-language platform eligibility checksUpdates
trufflesecurity/trufflehogfrom 3.97.4 to 3.97.5Release notes
Sourced from trufflesecurity/trufflehog's releases.
Commits
f714bf4[SCAN-177] Purge secret parts from verification cache (#5318)4ecb5c6Add elasticsearch source documentation (#5284)8d77a9dAdd filesystem source documentation (#5285)b8a71eeAdd documentation for CircleCI source (#5268)b1d7daeperf(engine): lowercase prefilter chunks as ASCII in a pooled buffer (#5291)07e3ac7Introduce a new optional detector interface that will allow us to verify cred...5a6944eci: avoid Node 20 BuildPulse action (#5266)ce7b2b8fix(detectors/ngrok): broaden valid bearer tokens matching (#5152)58bf481Postgres: drop non-connection URI params before verifying (#5296)82fd19cAdding no-ignore flag to allow reporting of "ignored" secrets (#5297)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 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