Mercurial > p > roundup > code
changeset 7447:010eb3b00877
Bump github/codeql-action from 2.3.5 to 2.3.6 - https://github.com/roundup-tracker/roundup/pull/35
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 04 Jun 2023 22:38:29 -0400 |
| parents | fb39200904a5 |
| children | 58c1d1724c9b |
| files | .github/workflows/anchore.yml .github/workflows/codeql-analysis.yml .github/workflows/ossf-scorecard.yml |
| diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Thu Jun 01 00:39:25 2023 -0400 +++ b/.github/workflows/anchore.yml Sun Jun 04 22:38:29 2023 -0400 @@ -50,8 +50,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 - # v2.3.5 + uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 + # v2.3.6 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
--- a/.github/workflows/codeql-analysis.yml Thu Jun 01 00:39:25 2023 -0400 +++ b/.github/workflows/codeql-analysis.yml Sun Jun 04 22:38:29 2023 -0400 @@ -53,7 +53,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5 + uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6 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@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5 + uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6 # âšī¸ 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@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5 + uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
--- a/.github/workflows/ossf-scorecard.yml Thu Jun 01 00:39:25 2023 -0400 +++ b/.github/workflows/ossf-scorecard.yml Sun Jun 04 22:38:29 2023 -0400 @@ -70,6 +70,6 @@ # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.1.27 + uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.1.27 with: sarif_file: results.sarif
