Skip to content

v4.37.0

Choose a tag to compare

@codeql-action-automation codeql-action-automation released this 08 Jul 12:09
Immutable release. Only release title and notes can be modified.
99df26d
  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973