Closed Mi-La closed 9 months ago
Hi @Mi-La,
The Coding Standards queries are targeting software that is developed according to ISO26262 and therefore their development have to adhere to that standard. Practically this means the queries do not support the latest CodeQL CLI. For each release you can consult the supported CodeQL CLI and CodeQL bundle by looking at the file supported_codeql_configs.json
in the root of the repository tagged with the release.
For our latest release 2.24
you can CodeQL CLI 2.14.6 or CodeQL bundle 2.14.6.
For how best to use the Coding standards you can refer to the user manual
@rvermeulen Thank you! It seems that with the proper version it's working again. We missed that part of the documentation.
Describe the bug Workflow was working with CodeQL Bundle v2.15.5 - together wtih CodeQL Coding Standards v2.23.0-pre, but with new release of CodeQL Bunlde 2.16.0 it doesn't work and analyze action fires errors.
To Reproduce
Expected behavior Analysis should work as with the older CodeQL Bundle release.
Environment
Additional context Maybe we have some misunderstanding in our workflow, but it was somehow working before the CodeQL Bundle release.