From 01e007d225a256a48776b386f175f9277ad1c95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:48:54 +0000 Subject: [PATCH] Bump github/codeql-action from 2.22.5 to 3.23.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.5 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.22.5...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/build.yml | 2 +- .github/workflows/code-scan-codeql.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9832b4..183e7d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -265,6 +265,6 @@ jobs: TRIVY_USERNAME: ${{ secrets.DOCKER_REGISTRY_USERNAME }} TRIVY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }} - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2.22.5 # https://github.com/github/codeql-action/tree/main/upload-sarif + uses: github/codeql-action/upload-sarif@v3.23.2 # https://github.com/github/codeql-action/tree/main/upload-sarif with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/code-scan-codeql.yml b/.github/workflows/code-scan-codeql.yml index 2deab3c..9242cda 100644 --- a/.github/workflows/code-scan-codeql.yml +++ b/.github/workflows/code-scan-codeql.yml @@ -55,7 +55,7 @@ jobs: # Initializes CodeQL scanning tools # https://github.com/github/codeql-action - name: Initialize CodeQL - uses: github/codeql-action/init@v2.22.5 # https://github.com/github/codeql-action + uses: github/codeql-action/init@v3.23.2 # https://github.com/github/codeql-action # 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) @@ -71,4 +71,4 @@ jobs: mvn package -Dmaven.test.skip=true -Ddockerfile.skip - name: Run CodeQL Analysis - uses: github/codeql-action/analyze@v2.22.5 + uses: github/codeql-action/analyze@v3.23.2