Skip to content

Commit a2c456f

Browse files
authored
CodeQL: ignore docs/github-btn.html (#185)
1 parent 75cf04a commit a2c456f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: "CodeQL config"
2+
paths-ignore:
3+
- docs/github-btn.html

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Initialize CodeQL
3232
uses: github/codeql-action/init@v2
3333
with:
34+
config-file: ./.github/codeql/codeql-config.yml
3435
languages: "javascript"
3536
queries: +security-and-quality
3637

0 commit comments

Comments
 (0)