From 7c768c76b21bb52944dc0f47ac8cc84ca8c3fedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:07:03 +0000 Subject: [PATCH] Bump github/codeql-action from 2.21.0 to 3.23.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.0 to 3.23.2. - [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.21.0...v3.23.2) --- 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-v4.yml | 4 ++-- .github/workflows/scorecards.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-v4.yml b/.github/workflows/codeql-v4.yml index c043aea8273..f17c6fe58d8 100644 --- a/.github/workflows/codeql-v4.yml +++ b/.github/workflows/codeql-v4.yml @@ -38,7 +38,7 @@ jobs: java-version: '17' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2.21.0 + uses: github/codeql-action/init@v3.23.2 with: languages: java queries: security-and-quality @@ -51,6 +51,6 @@ jobs: cache-disabled: true arguments: -x javadoc -x test build -PskipOpenTypesFVT - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.21.0 + uses: github/codeql-action/analyze@v3.23.2 with: ram: 4096 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 65fe3ac8eae..942265f431b 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -62,6 +62,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@v2.21.0 # tag=v1.0.26 + uses: github/codeql-action/upload-sarif@v3.23.2 # tag=v1.0.26 with: sarif_file: results.sarif