Mercurial > p > roundup > code
changeset 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 | b650008b5472 |
| children | 86862ed039fa |
| 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 Mon Mar 20 20:04:15 2023 -0400 +++ b/.github/workflows/anchore.yml Mon Mar 20 20:05:16 2023 -0400 @@ -49,8 +49,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723 - # v2.2.6 + uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba + # v2.2.7 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
--- 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
--- a/.github/workflows/ossf-scorecard.yml Mon Mar 20 20:04:15 2023 -0400 +++ b/.github/workflows/ossf-scorecard.yml Mon Mar 20 20:05:16 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@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.1.27 + uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.1.27 with: sarif_file: results.sarif
