Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 7293:1bb57a872fe7
Bump github/codeql-action from 2.3.0 to 2.3.2 - https://github.com/roundup-tracker/roundup/pull/27
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 01 May 2023 11:30:28 -0400 |
| parents | 4a28a7364207 |
| children | b2183096b678 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Wed Apr 26 10:54:27 2023 -0400 +++ b/.github/workflows/codeql-analysis.yml Mon May 01 11:30:28 2023 -0400 @@ -53,7 +53,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 + uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2 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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 + uses: github/codeql-action/autobuild@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2 # âšī¸ 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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 + uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
