From 97207933bcb66d948d08b2aa58a049752336762c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:40:01 +0000 Subject: [PATCH] Chore(deps): Bump github/codeql-action from 2.22.8 to 3.24.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.8 to 3.24.1. - [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.8...v3.24.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ed0b9e3..482a357 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -134,7 +134,7 @@ jobs: .helm-template - name: Upload results to GitHub Security - uses: github/codeql-action/upload-sarif@v2.22.8 + uses: github/codeql-action/upload-sarif@v3.24.1 with: sarif_file: snyk.sarif @@ -287,7 +287,7 @@ jobs: ${{ steps.tag.outputs.tag }} - name: Upload results to GitHub Security - uses: github/codeql-action/upload-sarif@v2.22.8 + uses: github/codeql-action/upload-sarif@v3.24.1 with: sarif_file: snyk.sarif @@ -311,7 +311,7 @@ jobs: run: semgrep ci --sarif --output=semgrep.sarif - name: Upload results to GitHub Security - uses: github/codeql-action/upload-sarif@v2.22.8 + uses: github/codeql-action/upload-sarif@v3.24.1 with: sarif_file: semgrep.sarif