Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 7245:c6287f8b9f2e
Bump github/codeql-action from 2.2.8 to 2.2.9 - https://github.com/roundup-tracker/roundup/pull/15
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 03 Apr 2023 02:16:06 -0400 |
| parents | 821429f560cd |
| children | 7fd9d0f15cf0 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Mon Apr 03 02:15:27 2023 -0400 +++ b/.github/workflows/codeql-analysis.yml Mon Apr 03 02:16:06 2023 -0400 @@ -53,7 +53,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8 + uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9 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@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8 + uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9 # âšī¸ 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@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8 + uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
