Skip to content

Commit

Permalink
use separate config
Browse files Browse the repository at this point in the history
  • Loading branch information
henrythasler committed Sep 30, 2023
1 parent ae904a7 commit e099045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
actions: read
contents: read
security-events: write
paths:
- src

strategy:
fail-fast: false
matrix:
Expand All @@ -41,4 +38,5 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{ matrix.language }}"
config-file: custom-config.yml

4 changes: 4 additions & 0 deletions .github/workflows/custom-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: "specify paths to scan"

paths:
- src

0 comments on commit e099045

Please sign in to comment.