Skip to content

Commit c41baa6

Browse files
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.yml
1 parent 1335e51 commit c41baa6

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

.github/workflows/99-codeql-analysis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/pull-request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
uses: ./.github/workflows/99-self-healing-dependabot-updates.yml
2020
secrets: inherit
2121

22-
codeql:
23-
uses: ./.github/workflows/99-codeql-analysis.yml
24-
2522
dependency-review:
2623
uses: ./.github/workflows/99-dependency-review.yml
2724

0 commit comments

Comments
 (0)