deps(actions): bump github/codeql-action/analyze from 4.35.5 to 4.37.0#189
deps(actions): bump github/codeql-action/analyze from 4.35.5 to 4.37.0#189dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.35.5 to 4.37.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@9e0d7b8...99df26d) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
PR creates version skew between CodeQL action init (v4.35.5) and analyze (v4.37.0) by updating only the analyze step. While likely functional on GitHub's current default bundles (≥v2.26.0), this violates GitHub's recommendation to keep both steps synchronized and introduces maintenance risk if the init/analyze versions become incompatible in future releases.
🤖 Datadog Autotest · Commit 616e7d5 · What is Autotest? · Any feedback? Reach out in #autotest
|
|
||
| - name: Analyze with CodeQL | ||
| uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 | ||
| uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 |
There was a problem hiding this comment.
CodeQL action version mismatch: init and analyze steps out of sync
Creates maintenance risk and potential for incompatibility if future CodeQL versions introduce breaking changes between action versions or if custom CodeQL bundles are used.
Assertion details
- Input: GitHub Actions workflow execution with CodeQL security scanning
- Expected:
Both init and analyze steps use the same CodeQL action version (v4.37.0) - Actual:
init uses v4.35.5 (9e0d7b8d...), analyze uses v4.37.0 (99df26d4...)
Was this helpful? React 👍 or 👎
🤖 Datadog Autotest · What is Autotest? · Any feedback? Reach out in #autotest
|
Superseded by #197. |
Bumps github/codeql-action/analyze from 4.35.5 to 4.37.0.
Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
99df26dMerge pull request #3996 from github/update-v4.37.0-c7c896d7131c2707Add changenote for #397372df218Update changelog for v4.37.0c7c896dMerge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.03f34ff0Add changelog note43bec09Update default bundle to codeql-bundle-v2.26.0f58f0d1Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands7dc37cbMerge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...8e22350ThreadActionStatetoinitConfig69c9e8cMark somestatus-reportimports astype-only to avoid circular dependenciesDependabot 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)