From a0e0d65684fc237bcb6fe4ea8d3612a1f2864d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:47:40 +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/merge-to-master.yaml | 2 +- .github/workflows/merge-to-release-branch.yaml | 2 +- .github/workflows/periodic-security-check.yaml | 4 ++-- .github/workflows/pr-checks.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/merge-to-master.yaml b/.github/workflows/merge-to-master.yaml index 4ce316c4b7..b2e28253c9 100644 --- a/.github/workflows/merge-to-master.yaml +++ b/.github/workflows/merge-to-master.yaml @@ -119,6 +119,6 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/merge-to-release-branch.yaml b/.github/workflows/merge-to-release-branch.yaml index 205351988f..be4cd44c6d 100644 --- a/.github/workflows/merge-to-release-branch.yaml +++ b/.github/workflows/merge-to-release-branch.yaml @@ -93,6 +93,6 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/periodic-security-check.yaml b/.github/workflows/periodic-security-check.yaml index de1b71f06c..3764f96974 100644 --- a/.github/workflows/periodic-security-check.yaml +++ b/.github/workflows/periodic-security-check.yaml @@ -27,7 +27,7 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' @@ -44,6 +44,6 @@ jobs: args: '-no-fail -fmt sarif -out gosec.sarif ./...' - name: Upload gosec scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'gosec.sarif' diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 330c04363e..94a68e83a5 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -628,7 +628,7 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' @@ -645,6 +645,6 @@ jobs: args: '-no-fail -fmt sarif -out gosec.sarif ./...' - name: Upload gosec scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'gosec.sarif'