Mercurial > p > roundup > code
comparison .github/workflows/codeql-analysis.yml @ 7263:46de8ffb7873
Bump github/codeql-action from 2.2.11 to 2.2.12 - https://github.com/roundup-tracker/roundup/pull/21
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 19 Apr 2023 21:38:03 -0400 |
| parents | 0ca12df8ef06 |
| children | 4a28a7364207 |
comparison
equal
deleted
inserted
replaced
| 7262:b83e2fb5f578 | 7263:46de8ffb7873 |
|---|---|
| 51 - name: Checkout repository | 51 - name: Checkout repository |
| 52 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.6.0 | 52 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.6.0 |
| 53 | 53 |
| 54 # Initializes the CodeQL tools for scanning. | 54 # Initializes the CodeQL tools for scanning. |
| 55 - name: Initialize CodeQL | 55 - name: Initialize CodeQL |
| 56 uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 | 56 uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 |
| 57 with: | 57 with: |
| 58 languages: ${{ matrix.language }} | 58 languages: ${{ matrix.language }} |
| 59 # If you wish to specify custom queries, you can do so here or in a config file. | 59 # If you wish to specify custom queries, you can do so here or in a config file. |
| 60 # By default, queries listed here will override any specified in a config file. | 60 # By default, queries listed here will override any specified in a config file. |
| 61 # Prefix the list here with "+" to use these queries and those in the config file. | 61 # Prefix the list here with "+" to use these queries and those in the config file. |
| 62 # queries: ./path/to/local/query, your-org/your-repo/queries@main | 62 # queries: ./path/to/local/query, your-org/your-repo/queries@main |
| 63 | 63 |
| 64 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). | 64 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). |
| 65 # If this step fails, then you should remove it and run the build manually (see below) | 65 # If this step fails, then you should remove it and run the build manually (see below) |
| 66 - name: Autobuild | 66 - name: Autobuild |
| 67 uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 | 67 uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 |
| 68 | 68 |
| 69 # âšī¸ Command-line programs to run using the OS shell. | 69 # âšī¸ Command-line programs to run using the OS shell. |
| 70 # đ https://git.io/JvXDl | 70 # đ https://git.io/JvXDl |
| 71 | 71 |
| 72 # âī¸ If the Autobuild fails above, remove it and uncomment the following three lines | 72 # âī¸ If the Autobuild fails above, remove it and uncomment the following three lines |
| 76 #- run: | | 76 #- run: | |
| 77 # make bootstrap | 77 # make bootstrap |
| 78 # make release | 78 # make release |
| 79 | 79 |
| 80 - name: Perform CodeQL Analysis | 80 - name: Perform CodeQL Analysis |
| 81 uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 | 81 uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 |
