codeql-action
codeql-action copied to clipboard
Actions for running CodeQL analysis
I have a multi-module kotlin project, where modules require different java versions (8, 11, ...) I noticed that my codeql actions started failing and since I haven't made any changes...
[WeblQL gives a clickable link which ends with `.`] If you remove the trailing `.` the URL ( https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed ) launches. `https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed.` is from https://github.com/SwuduSusuwu/SubStack/actions/runs/9693135643/job/26747940322 ``` [2024-06-27 08:20:32] [build-stderr] cpp/autobuilder:...
Return the workflow path from the run rather than trying to fetch the workflow information when the workflow information is missing or refers to a required workflow. This fixes the...
Fixes https://github.com/github/codeql-action/issues/2354. This PR updates all log messages with links to GitHub docs so that they are not succeeded by punctuation marks, in order to make sure the links are...
Merge this once we've cut the final GHES 3.14 release. This PR removes the feature flag for using direct tracing for the autobuild build mode, thereby enabling it for GHES....
Hi, I'm trying to roll out CodeQL scanning to some of our iOS (swift) repositories and I have issues with CodeQL breaking the build steps. The same steps that succeed...
Go template files should be treated as Go code.
Hi, I'm working in a monorepo setup and was using the following CodeQL setup to run CodeQL on a sub directory ` - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: languages:...
The current set of target platforms is reasonably wide for basic GitHub Actions workflows. However, there are additional platforms that would benefit from the publication of precompiled binaries. For example,...
Hi, I enabled CodeQL via the GitHub Web UI, using the defaults. But it fails to detect basic C/C++ files, YML/YAML files, and many other languages and configuration formats besides....