From fdd8fcde1a1c50c46f8ff1d6a6f82465d4cd9a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:41:33 +0000 Subject: [PATCH] Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/alpha.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/alpha.yaml b/.github/workflows/alpha.yaml index bd72dd9f55..b7dac73108 100644 --- a/.github/workflows/alpha.yaml +++ b/.github/workflows/alpha.yaml @@ -85,7 +85,7 @@ jobs: ignore-unfixed: true severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload scan report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: rqlite-scan-output.sarif @@ -113,7 +113,7 @@ jobs: severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload scan report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'minio-scan-output.sarif' @@ -140,7 +140,7 @@ jobs: ignore-unfixed: true severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload scan report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: dex-scan-output.sarif @@ -163,7 +163,7 @@ jobs: ignore-unfixed: true severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload scan report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: kurl-proxy-scan-output.sarif @@ -190,7 +190,7 @@ jobs: ignore-unfixed: true severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload scan report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: scan-output.sarif @@ -213,7 +213,7 @@ jobs: ignore-unfixed: true severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload scan report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: kotsadm-scan-output.sarif @@ -236,6 +236,6 @@ jobs: ignore-unfixed: true severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload scan report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: kotsadm-migration-scan-output.sarif