chore(deps): Bump github/codeql-action from 3 to 4#17
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 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@v3...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>
Greptile SummaryRoutine Dependabot bump of
Confidence Score: 5/5Safe to merge — the only change is updating the major version tag on two CodeQL action steps, which is the standard upgrade path recommended by GitHub. Both action steps (init and analyze) are updated from @V3 to @v4 with no other workflow modifications. The existing trigger conditions, permissions model (least-privilege), matrix configuration, and security-extended query suite are all preserved. The v4 release notes show no breaking changes relevant to this workflow's configuration. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant CO as actions/checkout@v4
participant CI as codeql-action/init@v4
participant CA as codeql-action/analyze@v4
GH->>CO: checkout source
GH->>CI: init (language: javascript-typescript, queries: security-extended)
CI-->>GH: CodeQL environment ready
GH->>CA: analyze (category: /language:javascript-typescript)
CA-->>GH: SARIF results uploaded to Security tab
Reviews (1): Last reviewed commit: "chore(deps): Bump github/codeql-action f..." | Re-trigger Greptile |
Bumps github/codeql-action from 3 to 4.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
7211b7cMerge pull request #3927 from github/update-v4.36.0-ebc2d9e2b7740f2fUpdate changelog for v4.36.0ebc2d9eMerge pull request #3926 from github/update-bundle/codeql-bundle-v2.25.5d1f74b7Add changelog note2dc40ceUpdate default bundle to codeql-bundle-v2.25.58449852Merge pull request #3910 from github/henrymercer/repo-size-diff-check72ac23cUpdate excluded required check list14c1509Rebuild89c58e6Rebuilda0a8d16Bump ruby/setup-rubyDependabot 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)