From 685bd7d73dd60deda0bc97685c1d614fa39cb440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 06:54:55 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4 to 4.36.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.36.3. - [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/v4...v4.36.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index d16de5c..02303c7 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -181,7 +181,7 @@ jobs: ) )' -- './results.sarif' 1> './results-combined.sarif' - name: "Upload SARIF results file to GitHub" - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.36.3 if: "${{ github.ref == 'refs/heads/main' }}" with: token: "${{ github.token }}"