From d24ca4b75809bcc1a1f34c673df4bee08a189bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:17:23 +0000 Subject: [PATCH] Bump github/codeql-action from 2.22.5 to 3.22.11 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.5 to 3.22.11. - [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.22.11) --- 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 f785adb..c49c4f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,6 +166,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.22.11 # 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 652e8be..d9df65c 100644 --- a/.github/workflows/code-scan-codeql.yml +++ b/.github/workflows/code-scan-codeql.yml @@ -41,7 +41,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.22.11 # 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) @@ -57,4 +57,4 @@ jobs: npm ci - name: Run CodeQL Analysis - uses: github/codeql-action/analyze@v2.22.5 + uses: github/codeql-action/analyze@v3.22.11