codeql-action
codeql-action copied to clipboard
Actions for running CodeQL analysis
This PR updates the workflows to use Go 1.22. I have also used this opportunity to disable the automatic caching that the `setup-go` Action performs to ensure that this doesn't...
If a CPU file exists but is empty, previously we reported this file with a CPU count of 1, which resulted in a single-threaded run. Fixes https://github.com/github/codeql-action/issues/2139. ### Merge /...
Introduced with GHES 3.9: https://docs.github.com/en/[email protected]/actions/learn-github-actions/variables `GITHUB_WORKFLOW_REF` means that actions don't need to use `actions: read` to determine the path to the running workflow. This should address the problem in #2117...
Hi, when using the github action in a container action with a docker image which has cgroup v2 it cannot be run multithreaded. Example output: ``` While resolving threads, found...
While performing codeql analysis am getting below error A fatal error occurred: Dataset import for /home/devops/actions-runner-uat/_work/_temp/codeql_databases/javascript/db-javascript failed with code 137. Error: The process '/home/devops/actions-runner-uat/_work/_tool/CodeQL/0.0.0-20220615/x64/codeql/codeql' failed with exit code 2 it's...
I battled for a while to get the action to only run for Go and a specific directory in a multi-language mono-repo. I seemed to successful with the following: ```...
## Update We have released v3 of the CodeQL Action! We'll keep this note up for a week as a space for folks to ask follow-up questions or provide feedback...
> A bunch of [`@jsoref`'s] PRs are assigned to the people who merged them. It feels like the automation hasn't contemplated that PRs would be written by people who can't/won't...
Hello, github runner images team here. we are looking for securing supply chains when adding software to CI images. are there checksum available ? or maybe some recommended validation approach....
https://github.com/unional/async-fp/actions/runs/4653860071/jobs/8235098420 ```sh [2023-04-10 02:21:17] [build-stdout] Extracting /home/runner/work/async-fp/async-fp/packages/gizmo/ts/define.define_deps.spec.ts [2023-04-10 02:43:15] [build-stderr] [2023-04-10 02:43:15] [build-stderr] [2032:0x6de5530] 1319634 ms: Mark-sweep 3160.3 (3390.9) -> 3143.5 (3389.8) MB, 2799.8 / 0.0 ms (average mu =...