From c73db3aaee672449ef7769dd3625e6d5612d482f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:13:22 +0000 Subject: [PATCH] deps: bump github/codeql-action in the github-actions-minor-patch group Bumps the github-actions-minor-patch group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.5 to 4.36.0 - [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/9e0d7b8d25671d64c341c19c0152d693099fb5ba...7211b7c8077ea37d8641b6271f6a365a22a5fbfa) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 16 ++++++++-------- .github/workflows/scorecard.yml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3386ca40f0..dfb4375711 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -351,28 +351,28 @@ jobs: # can differ per file. - name: Upload no-findings SARIF (actions) if: steps.decide.outputs.is_fork_pr != 'true' - uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: sarif/empty-actions.sarif category: "/language:actions" - name: Upload no-findings SARIF (csharp) if: steps.decide.outputs.is_fork_pr != 'true' - uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: sarif/empty-csharp.sarif category: "/language:csharp" - name: Upload no-findings SARIF (python) if: steps.decide.outputs.is_fork_pr != 'true' - uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: sarif/empty-python.sarif category: "/language:python" - name: Upload no-findings SARIF (javascript-typescript) if: steps.decide.outputs.is_fork_pr != 'true' - uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: sarif/empty-javascript-typescript.sarif category: "/language:javascript-typescript" @@ -381,7 +381,7 @@ jobs: # No Java/Kotlin source in this repo, but main's history # carries the configuration; satisfy the sticky expectation. if: steps.decide.outputs.is_fork_pr != 'true' - uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: sarif/empty-java-kotlin.sarif category: "/language:java-kotlin" @@ -606,7 +606,7 @@ jobs: - name: Upload no-source SARIF if: steps.src.outputs.has_source != 'true' && needs.path-gate.outputs.is_fork_pr != 'true' - uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: sarif/no-source-${{ matrix.language }}.sarif category: "/language:${{ matrix.language }}" @@ -643,7 +643,7 @@ jobs: - name: Initialize CodeQL if: steps.src.outputs.has_source == 'true' - uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -673,6 +673,6 @@ jobs: - name: Perform CodeQL Analysis if: steps.src.outputs.has_source == 'true' - uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 14b95e835c..1a3c8b31a5 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -84,6 +84,6 @@ jobs: - name: Upload SARIF to GitHub code scanning # Same pin as `.github/workflows/codeql.yml` - one # codeql-action version across the repo, bumped together. - uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: results.sarif