|
57 | 57 | # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages |
58 | 58 | steps: |
59 | 59 | - name: Checkout repository |
60 | | - uses: actions/checkout@v4 |
| 60 | + uses: actions/checkout@v3 |
61 | 61 |
|
62 | 62 | # Add any setup steps before running the `github/codeql-action/init` action. |
63 | 63 | # This includes steps like installing compilers or runtimes (`actions/setup-node` |
|
67 | 67 |
|
68 | 68 | # Initializes the CodeQL tools for scanning. |
69 | 69 | - name: Initialize CodeQL |
70 | | - uses: github/codeql-action/init@v4 |
| 70 | + uses: github/codeql-action/init@v3 |
71 | 71 | with: |
72 | 72 | languages: ${{ matrix.language }} |
73 | 73 | build-mode: ${{ matrix.build-mode }} |
|
76 | 76 | # Prefix the list here with "+" to use these queries and those in the config file. |
77 | 77 |
|
78 | 78 | # 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 |
79 | | - queries: security-extended,security-and-quality |
| 79 | + #queries: security-extended,security-and-quality |
80 | 80 |
|
81 | 81 | # If the analyze step fails for one of the languages you are analyzing with |
82 | 82 | # "We were unable to automatically build your code", modify the matrix above |
|
95 | 95 | exit 1 |
96 | 96 |
|
97 | 97 | - name: Perform CodeQL Analysis |
98 | | - uses: github/codeql-action/analyze@v4 |
| 98 | + uses: github/codeql-action/analyze@v3 |
99 | 99 | with: |
100 | 100 | category: "/language:${{matrix.language}}" |
0 commit comments