|
| 1 | +diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml |
| 2 | +index 85494572..eb057b0c 100644 |
| 3 | +--- a/.github/workflows/codeql.yml |
| 4 | ++++ b/.github/workflows/codeql.yml |
| 5 | +@@ -67,25 +67,29 @@ jobs: |
| 6 | + # By default, queries listed here will override any specified in a config file. |
| 7 | + # Prefix the list here with "+" to use these queries and those in the config file. |
| 8 | + |
| 9 | +- # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs |
| 10 | +- # queries: security-extended,security-and-quality |
| 11 | +- |
| 12 | + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). |
| 13 | + # If this step fails, then you should remove it and run the build manually (see below) |
| 14 | ++ |
| 15 | + - name: Autobuild |
| 16 | +- uses: github/codeql-action/autobuild@497990dfed22177a82ba1bbab381bc8f6d27058f # v3 |
| 17 | ++ # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs |
| 18 | ++ # queries: security-extended,security-and-quality |
| 19 | + |
| 20 | ++ |
| 21 | ++ uses: github/codeql-action/autobuild@497990dfed22177a82ba1bbab381bc8f6d27058f # v3 |
| 22 | + # ℹ️ Command-line programs to run using the OS shell. |
| 23 | ++ |
| 24 | + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun |
| 25 | + |
| 26 | ++ |
| 27 | + # If the Autobuild fails above, remove it and uncomment the following three lines. |
| 28 | + # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. |
| 29 | + |
| 30 | ++ |
| 31 | + # - run: | |
| 32 | + # echo "Run, Build Application using script" |
| 33 | + # ./location_of_script_within_repo/buildscript.sh |
| 34 | +- |
| 35 | + - name: Perform CodeQL Analysis |
| 36 | ++ |
| 37 | + uses: github/codeql-action/analyze@497990dfed22177a82ba1bbab381bc8f6d27058f # v3 |
| 38 | + with: |
| 39 | + category: '/language:${{matrix.language}}' |
0 commit comments