Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 7186:fcf7e210a0f9
upgrade codeql-actions to 2.2.5. https://github.com/roundup-tracker/roundup/pull/6
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Feb 2023 23:39:27 -0500 |
| parents | cc49ac11850f |
| children | 8dc5b3739367 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Sun Feb 26 23:38:06 2023 -0500 +++ b/.github/workflows/codeql-analysis.yml Sun Feb 26 23:39:27 2023 -0500 @@ -51,7 +51,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 + uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -62,7 +62,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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 + uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5 # âšī¸ Command-line programs to run using the OS shell. # đ https://git.io/JvXDl @@ -76,4 +76,4 @@ # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 + uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
