Mercurial > p > roundup > code
diff .github/workflows/codeql-analysis.yml @ 7729:edd93fa4a5ec
chore: update actions in gihub workflows.
[skip travis] - no ci on travis.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 28 Jan 2024 22:53:02 -0500 |
| parents | bdc81c1e2eec |
| children | c305587708a8 |
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml Sun Jan 28 22:39:36 2024 -0500 +++ b/.github/workflows/codeql-analysis.yml Sun Jan 28 22:53:02 2024 -0500 @@ -49,11 +49,11 @@ steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 + uses: github/codeql-action/upload-sarif@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # v2.16.1 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@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 + uses: github/codeql-action/autobuild@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # v2.16.1 # âšī¸ 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@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 + uses: github/codeql-action/analyze@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # v2.16.1
