changeset 7186:fcf7e210a0f9

upgrade codeql-actions to 2.2.5. https://github.com/roundup-tracker/roundup/pull/6
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Feb 2023 23:39:27 -0500
parents 8e8d111fcdcd
children b036e4c8df4d
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	Sun Feb 26 23:38:06 2023 -0500
+++ b/.github/workflows/anchore.yml	Sun Feb 26 23:39:27 2023 -0500
@@ -48,8 +48,8 @@
         fail-build: true
     - name: Upload Anchore Scan Report
       if: always()
-      uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
-  # v2.2.4
+      uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5
+  # v2.2.5
       with:
         sarif_file: ${{ steps.scan.outputs.sarif }}
     - name: Inspect action SARIF report
--- a/.github/workflows/codeql-analysis.yml	Sun Feb 26 23:38:06 2023 -0500
+++ b/.github/workflows/codeql-analysis.yml	Sun Feb 26 23:39:27 2023 -0500
@@ -51,7 +51,7 @@
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
+      uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
+      uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
 
     # â„šī¸ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl
@@ -76,4 +76,4 @@
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
+      uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
--- a/.github/workflows/ossf-scorecard.yml	Sun Feb 26 23:38:06 2023 -0500
+++ b/.github/workflows/ossf-scorecard.yml	Sun Feb 26 23:39:27 2023 -0500
@@ -67,6 +67,6 @@
 
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
+        uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.1.27
         with:
           sarif_file: results.sarif

Roundup Issue Tracker: http://roundup-tracker.org/