Skip to content

Commit

Permalink
chore: codeql only on src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Feb 1, 2024
1 parent 02a6dce commit e337966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: "CodeQL Configuration"
paths:
- src/
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
#
name: "CodeQL"

paths:
- src

on:
push:
branches: ["main"]
Expand Down Expand Up @@ -58,6 +55,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: .github/codeql-config.yml
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit e337966

Please sign in to comment.