From 648b6634e6aea29de7e78a2c18e9c92fe20f341a Mon Sep 17 00:00:00 2001 From: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Date: Thu, 24 Mar 2022 19:10:12 +0000 Subject: [PATCH] :seedling: Experimental option for codeql - Included the experimental option for Codeql https://github.blog/2022-02-17-code-scanning-finds-vulnerabilities-using-machine-learning/ --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d3554663834..7debf251de4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -64,6 +64,7 @@ jobs: uses: github/codeql-action/init@b7dd4a6f2c343e29a9ab8e181b2f540816f28bd7 # v1 with: languages: ${{ matrix.language }} + queries: +security-extended # 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.