From 8ff07d300cf1b78c249eec09a6feb6c7d12600f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:35:15 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.28.18 to 4.35.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 4.35.5. - [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/ff0a06e83cb2de871e5a09832bc6a81e7276941f...9e0d7b8d25671d64c341c19c0152d693099fb5ba) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverity.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index f853158..129eac7 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -192,7 +192,7 @@ jobs: EOF - name: Upload SARIF to Security tab - uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 + uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 if: always() with: sarif_file: reports/coverity-results.sarif diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 161c239..cffea92 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -44,6 +44,6 @@ jobs: repo_token: ${{ secrets.SCORECARD_TOKEN }} - name: Upload SARIF to Security tab - uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 + uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: sarif_file: scorecard-results.sarif