Database Error - GitHub Actions #6778
-
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:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The issue might be that you have |
Beta Was this translation helpful? Give feedback.
The issue might be that you have
uses: github/codeql/cpp/ql/src/JPL_C@main
and@main
checks 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.