diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 48b13a9ab6..f4722b7ece 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -55,7 +55,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/init@159c618fd0dde0b26a1b432ae1ea99f11e53f9ee with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -66,7 +66,7 @@ jobs: # 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@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/autobuild@159c618fd0dde0b26a1b432ae1ea99f11e53f9ee # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -80,4 +80,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/analyze@159c618fd0dde0b26a1b432ae1ea99f11e53f9ee diff --git a/.github/workflows/kube-linter.yaml b/.github/workflows/kube-linter.yaml index bfd82c7251..73722eab2b 100644 --- a/.github/workflows/kube-linter.yaml +++ b/.github/workflows/kube-linter.yaml @@ -37,5 +37,5 @@ jobs: output-file: ../results/kube-linter.sarif - name: Upload sarif output to GitHub - uses: github/codeql-action/upload-sarif@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/upload-sarif@159c618fd0dde0b26a1b432ae1ea99f11e53f9ee continue-on-error: true diff --git a/.github/workflows/terrascan.yaml b/.github/workflows/terrascan.yaml index 959524fbc4..48423deba8 100644 --- a/.github/workflows/terrascan.yaml +++ b/.github/workflows/terrascan.yaml @@ -35,6 +35,6 @@ jobs: sarif_upload: true iac_dir: chart/k8gb - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/upload-sarif@159c618fd0dde0b26a1b432ae1ea99f11e53f9ee with: sarif_file: terrascan.sarif