Skip to content

Commit df265c1

Browse files
authored
Update Codeql.yml
1 parent 3fba3f8 commit df265c1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/Codeql.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
branches: [ "master" ]
2020

2121
jobs:
22-
analyze:
2322
name: Analyze
2423
runs-on: ubuntu-latest
2524
permissions:
@@ -73,9 +72,7 @@ jobs:
7372
- name: Perform CodeQL Analysis
7473
uses: github/codeql-action/analyze@v2
7574
with:
76-
language: 'java'
77-
queries: 'security-extended'
75+
language: 'java'
76+
queries: 'security-extended'
7877
# Include compiled JSP files in the analysis
79-
additional-path: 'WEB-INF/classes/'
80-
81-
category: "/language:${{matrix.language}}"
78+
additional-path: 'WEB-INF/classes/'

0 commit comments

Comments
 (0)