Skip to content

Commit

Permalink
align CodeQL config with other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-adaptive committed Sep 14, 2023
1 parent 95fc44a commit 088e1c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Artio CodeQL Scanning"

queries:
- uses: security-and-quality

query-filters:
- exclude:
id: java/missing-override-annotation
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config-file: ./.github/codeql/codeql-config.yml

- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down

0 comments on commit 088e1c1

Please sign in to comment.