Skip to content

Commit

Permalink
remove unsupported fields
Browse files Browse the repository at this point in the history
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby
  • Loading branch information
overheadhunter committed Mar 1, 2024
1 parent b43438b commit bae44ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
config: |
queries:
- uses: security-and-quality
paths:
- src
paths-ignore:
- src/test/go
- name: Build
run: ./mvnw -B install -DskipTests
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit bae44ad

Please sign in to comment.