From 3c60275a04236b85c7eef208b8df1ba043a63857 Mon Sep 17 00:00:00 2001 From: "Kaushaya G." <3813135+kgangulyvibe@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:42:03 +1000 Subject: [PATCH 1/2] Update README.md Build mode `none` is in public preview for C/C++. Readme updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f6bc3fe3..0682e29b02 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For compiled languages: - `manual` build mode will typically produce the most precise results, but it is more difficult to set up and will cause the analysis to take slightly more time to run. - `autobuild` build mode is simpler to set up, but will only work for projects with generic build steps that can be guessed by the heuristics of the autobuild scripts. If `autobuild` fails, then you must switch to `manual` or `none`. If `autobuild` succeeds, then the results and run time will be the same as `manual` mode. -- `none` build mode is also simpler to set up and is slightly faster to run, but there is a possibility that some alerts will be missed. This may happen if your repository does any code generation during compilation or if there are any dependencies downloaded from registries that the workflow does not have access to. `none` is not yet supported by C/C++, Swift, Go, or Kotlin. +- `none` build mode is also simpler to set up and is slightly faster to run, but there is a possibility that some alerts will be missed. This may happen if your repository does any code generation during compilation or if there are any dependencies downloaded from registries that the workflow does not have access to. `none` is not yet supported by Swift, Go, or Kotlin and it is in `public preview` for C/C++. ## Supported versions of the CodeQL Action From 3f8ca3519d0bcdcb657b292331168422ad19d136 Mon Sep 17 00:00:00 2001 From: "Kaushaya G." <3813135+kgangulyvibe@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:56:41 +1000 Subject: [PATCH 2/2] Update README.md Co-authored-by: Michael B. Gale --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0682e29b02..3e6c09c396 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For compiled languages: - `manual` build mode will typically produce the most precise results, but it is more difficult to set up and will cause the analysis to take slightly more time to run. - `autobuild` build mode is simpler to set up, but will only work for projects with generic build steps that can be guessed by the heuristics of the autobuild scripts. If `autobuild` fails, then you must switch to `manual` or `none`. If `autobuild` succeeds, then the results and run time will be the same as `manual` mode. -- `none` build mode is also simpler to set up and is slightly faster to run, but there is a possibility that some alerts will be missed. This may happen if your repository does any code generation during compilation or if there are any dependencies downloaded from registries that the workflow does not have access to. `none` is not yet supported by Swift, Go, or Kotlin and it is in `public preview` for C/C++. +- `none` build mode is also simpler to set up and is slightly faster to run, but there is a possibility that some alerts will be missed. This may happen if your repository does any code generation during compilation or if there are any dependencies downloaded from registries that the workflow does not have access to. `none` is not yet supported by Swift, Go, or Kotlin. It is in public preview for C/C++. ## Supported versions of the CodeQL Action