Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 7425:291c13c3b8e5
Bump github/codeql-action from 2.3.3 to 2.3.5 - https://github.com/roundup-tracker/roundup/pull/33
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 28 May 2023 22:54:31 -0400 |
| parents | b2183096b678 |
| children | 010eb3b00877 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Thu May 25 22:59:20 2023 -0400 +++ b/.github/workflows/codeql-analysis.yml Sun May 28 22:54:31 2023 -0400 @@ -53,7 +53,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5 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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/autobuild@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5 # âšī¸ 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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
