codeql-action
codeql-action copied to clipboard
Actions for running CodeQL analysis
Since a couple of days (?), I'm [seeing this](https://github.com/qutebrowser/qutebrowser/runs/1769782535?check_suite_focus=true) in my runs: ``` Setup Python dependencies /home/runner/work/_actions/github/codeql-action/v1/python-setup/install_tools.sh [...] + + curl --location --fail https://bootstrap.pypa.io/get-pip.py + command -v python2 /usr/bin/python2 +...
In the SARIF files produced by CodeQL, the rule help text/markdown is ignored in favour of the corresponding .qhelp file content when displayed in code scanning alerts. Would it be...
Currently, the action expects that `actions/checkout@v2` was run with default `with: path: ''`, and if the repo was checked out into some directory, the `codeql-action/init` fails to find it: https://github.com/LebedevRI/rawspeed/runs/1396938248?check_suite_focus=true#step:8:56...
Since the CodeQL runner is distributed as a binary, there's a good chance that it could become out of date. We need to add functionality which outputs a message which...
For a JVM build, where does the CodeQL database end up on the filesystem? In particular, I'm looking to make the database an artifact so I can run custom queries...
Hi! I work for Gradle. I'm trying to figure out where the autobuild logic that invokes a Gradle build lives. Using code search in this repository, I'm not seeing any...
It would be better if this were "CodeQL runner". Example header at present: ``` 'user-agent': 'CodeQL Action octokit.js/16.43.2 Node.js/12.13.1 (Windows 10; x64)' ```
This issue relates to the [func-style](https://eslint.org/docs/rules/func-style) rule. During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added...
This issue relates to the [@typescript-eslint/restrict-template-expressions](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/restrict-template-expressions.md) rule. During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added...
This issue relates to the [@typescript-eslint/require-await](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/require-await.md) rule. During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added...