From b3ed6bb78b791bc26adb144fb75eaf74e57d1a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:08:38 +0000 Subject: [PATCH] Bump github/codeql-action from 1.1.28 to 2.22.6 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.28 to 2.22.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/2956c096220fb34b6bf430b4ec7dcff2e77c8084...689fdc5193eeb735ecb2e52e819e3382876f93f4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/kube-linter.yaml | 2 +- .github/workflows/terrascan.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 87cac43424..4df3120056 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@2956c096220fb34b6bf430b4ec7dcff2e77c8084 + uses: github/codeql-action/init@689fdc5193eeb735ecb2e52e819e3382876f93f4 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@2956c096220fb34b6bf430b4ec7dcff2e77c8084 + uses: github/codeql-action/autobuild@689fdc5193eeb735ecb2e52e819e3382876f93f4 # ℹī¸ 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@2956c096220fb34b6bf430b4ec7dcff2e77c8084 + uses: github/codeql-action/analyze@689fdc5193eeb735ecb2e52e819e3382876f93f4 diff --git a/.github/workflows/kube-linter.yaml b/.github/workflows/kube-linter.yaml index 8f24e4cf5e..fdfa42c576 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@2956c096220fb34b6bf430b4ec7dcff2e77c8084 + uses: github/codeql-action/upload-sarif@689fdc5193eeb735ecb2e52e819e3382876f93f4 continue-on-error: true diff --git a/.github/workflows/terrascan.yaml b/.github/workflows/terrascan.yaml index de4b6c61d1..cfabafd959 100644 --- a/.github/workflows/terrascan.yaml +++ b/.github/workflows/terrascan.yaml @@ -34,6 +34,6 @@ jobs: sarif_upload: true iac_dir: chart/k8gb - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@2956c096220fb34b6bf430b4ec7dcff2e77c8084 + uses: github/codeql-action/upload-sarif@689fdc5193eeb735ecb2e52e819e3382876f93f4 with: sarif_file: terrascan.sarif