-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codeql on github actions error #1423
Comments
Attached the workflow yaml file for further details. For most projects, this workflow file will not need changing; you simply needto commit it to your repository.You may wish to alter this file to override the set of languages analyzed,or to provide custom queries or build logic.******** NOTE ********We have attempted to detect the languages in your repository. Please checkthe
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently getting this error,
Analyze (javascript)
Error: Unable to locate executable file: tar. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
While i'm using github actions for self hosted runners. This is occuring while I'm trying to run codeql for security scans.

The text was updated successfully, but these errors were encountered: