Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 6837:432edc4d8123
Update codeql-analysis to version 2
see:
https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 30 Aug 2022 23:43:49 -0400 |
| parents | 9972e26ab140 |
| children | ca6b056b79a4 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Tue Aug 30 21:45:18 2022 -0400 +++ b/.github/workflows/codeql-analysis.yml Tue Aug 30 23:43:49 2022 -0400 @@ -40,7 +40,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -51,7 +51,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@v1 + uses: github/codeql-action/autobuild@v2 # âšī¸ Command-line programs to run using the OS shell. # đ https://git.io/JvXDl @@ -65,4 +65,4 @@ # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2
