codeql-action icon indicating copy to clipboard operation
codeql-action copied to clipboard

Actions for running CodeQL analysis

Results 246 codeql-action issues
Sort by recently updated
recently updated
newest added

### Description The `init` action supports an input `tools`, which can get a range of values, including a special value `latest` that is supposed to force the use of the...

This will enable CodeQL database uploads on GHEC-DR, in addition to the existing github.com uploads. This does not have any impact on github.com or GHES. ### Merge / deployment checklist...

### Description Documents the `tools:` input and its options for the various workflow files. Companion PR to https://github.com/github/codeql-action/pull/2281 Fixes https://github.com/github/codeql-action/issues/1327 ### Merge / deployment checklist - [x] Confirm this change...

macos-latest (i.e. macos-14) image fails to install homebrew packages AFTER using codeql-action. The same homebrew install works fine if not using the codeql-action. I filed a report on the runner-images...

Always getting the follow error when running the default CodeQL upload action, seen this has been raised before but no solution found. ```shell Warning: CodeQL Action v2 will be deprecated...

Bumps the npm group with 4 updates in the / directory: [@octokit/types](https://github.com/octokit/types.ts), [semver](https://github.com/npm/node-semver), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@octokit/types` from 13.4.1 to 13.5.0 Release notes Sourced from @​octokit/types's releases. v13.5.0 13.5.0...

The `autobuild` Action is no longer needed or recommended when a build mode is specified. ### Merge / deployment checklist - [ ] Confirm this change is backwards compatible with...

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...

Changed from `tools: latest` to `tools: linked` to reflect new usage. ### Merge / deployment checklist - [ ] Confirm this change is backwards compatible with existing workflows. - [...