From 1daab92973d66417fb17937fdf4368793f095367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:13:02 +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.2 to 4.35.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/95e58e9a2cdfd71adc6e0353d5c52f41a045d225...e46ed2cbd01164d986452f91f178727624ae40d7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch 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 31ecc8b13..055edd3d4 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 0563cfc57..c9013a8ba 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 with: sarif_file: results.sarif