Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix how
CI
env variable is set for CodeQL workflow (#1858)
Motivation: `with` is an incorrect property, `env` should be used instead. Modifications: - `with` -> `env`; Result: CodeQL workflow starts working.
- Loading branch information