Skip to content

Commit 8971fe2

Browse files
authored
Update codeql.yml
1 parent a665783 commit 8971fe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
# queries: security-extended,security-and-quality
7373
# packs: "codeql/${{ matrix.language }}-queries:AlertSuppression.ql"
7474
# queries: +"codeql/javascript-queries:AlertSuppression.ql"
75-
# config: |
76-
# paths-ignore:
77-
# - test/**
75+
config: |
76+
paths-ignore:
77+
- test/**/a
7878
7979
# If the analyze step fails for one of the languages you are analyzing with
8080
# "We were unable to automatically build your code", modify the matrix above

0 commit comments

Comments
 (0)