Skip to content

Commit

Permalink
ignore github config directory for code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
asnaith committed Mar 11, 2022
1 parent 164d320 commit f7d2554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

paths-ignore:
- '.github/**'

0 comments on commit f7d2554

Please sign in to comment.