| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The SARIF that we are interpreting has moved away from using `metric` to the more general term, `rule`. We need to adapt our baseline lines of code counting to use `rule` as well.
Change from `metric` to `rule`
…terpretation Log each query as it's interpreted when calling codeql database analyze
Clarify the missing baseline lines of code warning message
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Avoid fingerprinting directories
Fix typos in logging
fix value escaping in codeql-env.sh
We were inadvertently using codeql language ids instead of the action's language ids. There is now a 3-way mapping between the ids used by the lines counter library, the action, and codeql.
Fix lines of code mapping
| Back | FazBrowse Home | New Git URL |
Merging f00bafb into v1
Conductor for this PR is @aeisenberg
Contains the following pull requests: