Skip to content

Commit

Permalink
Merge branch 'spring_boot_332' into refactor_build
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Nov 9, 2024
2 parents a9ddd71 + 39621cf commit f797253
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: .github/workflows/codeql-config.yml
config: |
query-filters:
- exclude:
id: java/URL-forward-from-remote-source
- exclude:
id: java/Disabled-Spring-CSRF-protection
# 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 f797253

Please sign in to comment.