Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix clippy's CodeQL messages (intel#162)
* ci: fix clippy's CodeQL messages Looking at the first Rust code scan issue ([intel#1]), it looks like it can't show the preview because of a directory issue. Because the Rust crates are in a sub-directory, `rust`, to get proper previews we need to prepend that directory, accomplished here by a simple `sed` replacement. [intel#1]: https://github.com/intel/ittapi/security/code-scanning/1 * Change directories for tasks
- Loading branch information