Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 7233:f5e676c4383d
Bump github/codeql-action from 2.2.6 to 2.2.7 -- https://github.com/roundup-tracker/roundup/pull/9
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Mar 2023 20:05:16 -0400 |
| parents | 0fd41edd26b0 |
| children | 743f02e916a7 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Mon Mar 20 20:04:15 2023 -0400 +++ b/.github/workflows/codeql-analysis.yml Mon Mar 20 20:05:16 2023 -0400 @@ -53,7 +53,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6 + uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7 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@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6 + uses: github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7 # âšī¸ 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@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6 + uses: github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
