From c8451e075304e795f77fcd65a09b10d233161438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:25:16 -0400 Subject: [PATCH] chore: bump github/codeql-action from 3.24.0 to 3.24.8 (#9348) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.8. - [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/v3.24.0...v3.24.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/scorecards.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bb5a68ccb2a..22099c95e78 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,7 +53,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.24.0 + uses: github/codeql-action/init@v3.24.8 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -65,4 +65,4 @@ jobs: make out/skaffold - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.0 + uses: github/codeql-action/analyze@v3.24.8 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 77ef1fcbe98..3e0ec97fce8 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -50,6 +50,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@v3.24.0 # v1.0.26 + uses: github/codeql-action/upload-sarif@v3.24.8 # v1.0.26 with: sarif_file: results.sarif