You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeQL with default configuration is failing with the following error
Analyze (javascript-typescript)
Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.22.1/x64/codeql/codeql database finalize --finalize-dataset --threads=2 --ram=6920 --verbosity=progress++ /home/runner/work/_temp/codeql_databases/javascript".
Exit code was 32 and last log line was: CodeQL detected code written in JavaScript/TypeScript but could not process any of it.
Check the workflow run logs (see https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs).
For more information, review our troubleshooting guide at https://gh.io/troubleshooting-code-scanning/no-source-code-seen-during-build . See the logs for more details.
Previous runs on the exact same code with version 2.22.0 didn't face the issue...
Multiple rerun didn't solve the issue either
romannersesyan, Temurson, tzachshabtay, jboucourt and kaan-caliskan