Skip to content

Commit dc28edc

Browse files
committed
refactor: the CodeQL action call has been moved to an exclusive file
1 parent 328a1de commit dc28edc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/quality.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,3 @@ jobs:
7878

7979
- name: Run security audit
8080
run: npm audit --audit-level=low
81-
82-
- name: Run CodeQL Analysis
83-
uses: github/codeql-action/init@v3
84-
with:
85-
languages: javascript
86-
87-
- name: Perform CodeQL Analysis
88-
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)