From 5d7376b2b5f598329143c21e5a3ba591da97a3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:22:16 +0000 Subject: [PATCH 1/2] Bump github/codeql-action from 3 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-analysis-built-module.yml | 2 +- .github/workflows/code-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-analysis-built-module.yml b/.github/workflows/code-analysis-built-module.yml index 2ca38ceb94..ce1812ca36 100644 --- a/.github/workflows/code-analysis-built-module.yml +++ b/.github/workflows/code-analysis-built-module.yml @@ -67,6 +67,6 @@ jobs: Write-Information -MessageData 'Analyzing done.' -InformationAction 'Continue' - name: Upload SARIF results - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 74ca691989..a6f127a27d 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -77,6 +77,6 @@ jobs: Write-Information -MessageData 'Analyzing done.' -InformationAction 'Continue' - name: Upload SARIF results - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif From 2aa3f62443911c7e6a584798e46a740f9b8974bd Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Mon, 13 Oct 2025 21:18:22 +0200 Subject: [PATCH 2/2] fix changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2553a1e3c9..aa6fd6c347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -199,6 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 with improved task grouping and problem matchers. - Updated instruction files to use correct build command (`noop` instead of `build`) and fixed file pattern matching syntax. +- Bump GitHub actions codeql-action/upload-sarif to v4 ## [17.2.0] - 2025-09-16