Skip to content

Commit

Permalink
refactor: only scan the source files instead of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 22, 2021
1 parent 3b5178b commit 3ddc7c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
paths: [src]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Analysis
name: CodeQL
on:
push:
branches: [main]
Expand Down Expand Up @@ -28,7 +28,8 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
- name: Perform Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 3ddc7c8

Please sign in to comment.