Bump github/codeql-action from 4.35.1 to 4.35.3#356
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.35.1...v4.35.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewChecking how this repo references Verdict: benign Why this looks safe
Actionable review note: Merge after CI passes; if you ever pin Compatibility AnalysisSearching the repo for CodeQL Action usage and checking workflow configuration. 1) Where it’s usedOnly in Matches under 2) Overlap with release-note / upstream changesUsage is the default init → build → analyze path with So the notable upstream changes do not touch configured features here:
3) Risks / unknowns
4) RecommendationMerge — low risk for this repo: only Malware Scan Summary
Top findings
|
|
Close to reopen for new CI run |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewVerifying how this repo pins Verdict: benign Checklist
Scanner vs interpretation: Status Actionable: Merge if CI/CodeQL passes; optionally note GHES/old CodeQL deprecation warning in logs if your org pins very old tooling (per upstream release notes), which does not apply to ordinary GitHub-hosted Compatibility AnalysisSearching the repository for 1) Where it’s usedProject-owned usage is only in # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.35.3
with:
languages: ${{ matrix.language }}
# ...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.35.3Other There is no first-party 2) Overlap with likely changes (4.35.1 → 4.35.3)
So the only substantive intersection is the default CodeQL bundle bump (query/engine patch level). Everything else in the notes targets advanced/registry/GHES paths this workflow does not use. 3) Risks / unknowns
4) RecommendationMerge. This is a patch bump on the Malware Scan Summary
Top findings
|
Bumps github/codeql-action from 4.35.1 to 4.35.3.
Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
Commits
e46ed2cMerge pull request #3867 from github/update-v4.35.3-8c6e48dbeb73d1d1Add changelog entry for #385324e0bb0Reorder changelog entriesec298daUpdate changelog for v4.35.38c6e48dMerge pull request #3865 from github/update-bundle/codeql-bundle-v2.25.37190983Add changelog note2bb2095Update default bundle to codeql-bundle-v2.25.37851e55Merge pull request #3850 from github/mbg/private-registry/cloudsmith-gcp262a15fAdd generic non-printable chars test for OIDC configsa6109b1Merge pull request #3853 from github/mbg/start-proxy/improved-checksDependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk CI-only change that just updates the
github/codeql-actionversion used for CodeQL scanning; impact is limited to analysis behavior in GitHub Actions.Overview
Updates the CodeQL GitHub Actions workflow to use
github/codeql-actionv4.35.3(bothinitandanalyze) instead ofv4.35.1, with no other workflow logic changes.Reviewed by Cursor Bugbot for commit 90a4973. Bugbot is set up for automated code reviews on this repo. Configure here.