Commit c41baa6
authored
refactor: remove CodeQL advanced analysis config files from PRs workflow (#4931)
* refactor: remove CodeQL advances analysis configuration files from pull request workflow
Removed CodeQL analysis workflow from pull request actions. This advanced configuration was causing several problems:
- It was only scanning JavaScript, but not GitHub Actions code.
- It was missing onPush hooks, which lead to the problem that it's findings couldn't get correctly displayed in GitHub Security tab.
Switched to the much simpler, default configuration, that solves the above problems.
* Delete .github/workflows/99-codeql-analysis.yml1 parent 1335e51 commit c41baa6
2 files changed
+0
-31
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments