Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 7270:4a28a7364207
Bump github/codeql-action from 2.2.12 to 2.3.0 - https://github.com/roundup-tracker/roundup/pull/25
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Apr 2023 07:54:12 -0400 |
| parents | 46de8ffb7873 |
| children | 1bb57a872fe7 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Mon Apr 24 07:53:31 2023 -0400 +++ b/.github/workflows/codeql-analysis.yml Mon Apr 24 07:54:12 2023 -0400 @@ -53,7 +53,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 + uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -64,7 +64,7 @@ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 + uses: github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 # âšī¸ Command-line programs to run using the OS shell. # đ https://git.io/JvXDl @@ -78,4 +78,4 @@ # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 + uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
