Last active
June 4, 2023 10:54
-
-
Save ninadingole/b3221e3ad553521af84317957d14e618 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "My CodeQL config" | |
| disable-default-queries: true | |
| languages: java | |
| queries: | |
| - name: Extended Security | |
| uses: security-extended | |
| - name: Security and Quality | |
| uses: security-and-quality | |
| - name: codeql repo | |
| uses: github/codeql/java/ql/src/codeql-suites/[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment