Skip to content

Commit 540c13b

Browse files
authored
Remove Inclusiveness Analyzer step
Removed Inclusiveness Analyzer from CodeQL workflow.
1 parent 85e9da3 commit 540c13b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,5 @@ jobs:
3333
languages: ${{ matrix.language }}
3434
- name: Autobuild
3535
uses: github/codeql-action/autobuild@v3
36-
3736
- name: Perform CodeQL Analysis
3837
uses: github/codeql-action/analyze@v3
39-
- name: Inclusiveness Analyzer
40-
uses: microsoft/InclusivenessAnalyzer@main
41-
with:
42-
excludeFiles: "**/package-lock.json"
43-

0 commit comments

Comments
 (0)