From a7a92f99e269571ef1360b4015efed3994e9a2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:27:01 +0000 Subject: [PATCH] ci: Bump github/codeql-action/upload-sarif from 4.37.6 to 4.37.8 Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.6 to 4.37.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/5595ccaf912efad79be6eef63a5619ff05969be3...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-codeql-security.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-codeql-security.yml b/.github/workflows/ci-codeql-security.yml index e1fd6d51a..309bd6fe1 100644 --- a/.github/workflows/ci-codeql-security.yml +++ b/.github/workflows/ci-codeql-security.yml @@ -224,21 +224,21 @@ jobs: - name: Upload standard CodeQL SARIF if: always() - uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 + uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: sarif_file: codeql-results/cpp-security-and-quality.sarif category: iccdev-standard-cpp-security-and-quality - name: Upload iccDEV custom SARIF if: always() - uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 + uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: sarif_file: codeql-results/iccdev-security.sarif category: iccdev-custom-security - name: Upload IccJSON/IccConnect custom SARIF if: always() - uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 + uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: sarif_file: codeql-results/iccdev-jsonlib-security.sarif category: iccdev-jsonlib-security