From c2246205d00105dbf72666a8d7335f32fba7ac4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:00:51 +0800 Subject: [PATCH] Bump github/codeql-action from 3.26.10 to 3.26.12 (#512) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.10 to 3.26.12. - [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.26.10...v3.26.12) --- 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/invoke-codeql-analysis.yml | 6 +++--- .github/workflows/invoke-devskim-analysis.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/invoke-codeql-analysis.yml b/.github/workflows/invoke-codeql-analysis.yml index a41db18..e265cda 100644 --- a/.github/workflows/invoke-codeql-analysis.yml +++ b/.github/workflows/invoke-codeql-analysis.yml @@ -26,12 +26,12 @@ jobs: with: fetch-depth: "0" - name: "Initialize CodeQL" - uses: "github/codeql-action/init@v3.26.11" + uses: "github/codeql-action/init@v3.26.12" with: queries: "+security-and-quality" # Automatically build attempts to build any compiled languages. - name: "Build Repository" - uses: "github/codeql-action/autobuild@v3.26.11" + uses: "github/codeql-action/autobuild@v3.26.12" continue-on-error: true - name: "Analyze Repository" - uses: "github/codeql-action/analyze@v3.26.11" + uses: "github/codeql-action/analyze@v3.26.12" diff --git a/.github/workflows/invoke-devskim-analysis.yml b/.github/workflows/invoke-devskim-analysis.yml index f74ae6b..f07158e 100644 --- a/.github/workflows/invoke-devskim-analysis.yml +++ b/.github/workflows/invoke-devskim-analysis.yml @@ -31,6 +31,6 @@ jobs: should-scan-archives: "true" ignore-globs: "**/.git/**" - name: "Upload Analysis Result" - uses: "github/codeql-action/upload-sarif@v3.26.11" + uses: "github/codeql-action/upload-sarif@v3.26.12" with: sarif_file: "devskim-results.sarif"