Database Error - GitHub Actions #6778
Answered
by
Marcono1234
ArielSAdamsNASA
asked this question in
Q&A
|
When running CodeQL GitHub Actions with JPL queries in the configuration .yml file, there is an error "The database may be too new for the QL libraries the query is using; try upgrading them." This error occurs for JPL_C/LOC-2/Rule 07/ThreadSafety.ql. Thank you! Error: Configuration .yml file: Workflow: |
Answered by
Marcono1234
Sep 29, 2021
Replies: 1 comment 3 replies
|
The issue might be that you have |
3 replies
Answer selected by
adityasharad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue might be that you have
uses: github/codeql/cpp/ql/src/JPL_C@mainand@mainchecks out a too new version of this repository, see related issue github/codeql-action#430 (comment).Unfortunately I am not very familiar with code scanning configuration so I cannot help with this further, but maybe the linked comment is already helpful enough or one of the maintainers can help with this.