Angela P Wen
Angela P Wen
Previously, even with debug mode on, if the `init` step failed we did not upload the appropriate Actions artifacts. This was because the artifacts were only uploaded in the `analyze`...
When we attempt to re-open query results, instead of using the streaming SARIF parser written in #1004, we used `JSON.parse()`. This couldn't handle large SARIF files and we ran into...
### Merge / deployment checklist A one-line change to correctly update the version reported to our telemetry when we used a cached CodeQL bundle. Open questions (cc @henrymercer): - I...
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 /...
## 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...
With the new Linux runner image rollout and CLI versions
This PR classifies CLI errors with "out of disk" and "No space left on device" errors as configuration errors, and appends a link to https://gh.io/troubleshooting-code-scanning/out-of-disk-or-memory to the error. It also...
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...
**Describe the bug** I thought I'd successfully added support for `ubuntu-24.04` in https://github.com/swift-actions/setup-swift/pull/675 but the workflows fail with a different, more opaque error now. Before the PR above was merged...