From b99ffa6703474285532d7c93a8c3d1c5c201ee6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:47:41 +0000 Subject: [PATCH] Bump github/codeql-action from 4.35.1 to 4.35.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 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/v4.35.1...9e0d7b8d25671d64c341c19c0152d693099fb5ba) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-actions.yaml | 4 ++-- .github/workflows/codeql-go.yaml | 4 ++-- .github/workflows/codeql-javascript.yaml | 4 ++-- .github/workflows/codeql-python.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-actions.yaml b/.github/workflows/codeql-actions.yaml index c0709c1..295c019 100644 --- a/.github/workflows/codeql-actions.yaml +++ b/.github/workflows/codeql-actions.yaml @@ -62,7 +62,7 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: languages: actions build-mode: none @@ -70,6 +70,6 @@ jobs: config-file: ${{ inputs.config-file }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: category: "/language:actions" diff --git a/.github/workflows/codeql-go.yaml b/.github/workflows/codeql-go.yaml index 96d1a3f..3f299b0 100644 --- a/.github/workflows/codeql-go.yaml +++ b/.github/workflows/codeql-go.yaml @@ -101,7 +101,7 @@ jobs: - name: Initialize CodeQL if: steps.detect.outputs.found == 'true' - uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: languages: go build-mode: manual @@ -129,6 +129,6 @@ jobs: - name: Perform CodeQL Analysis if: steps.detect.outputs.found == 'true' - uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: category: "/language:go" diff --git a/.github/workflows/codeql-javascript.yaml b/.github/workflows/codeql-javascript.yaml index 3115476..6a2c2a3 100644 --- a/.github/workflows/codeql-javascript.yaml +++ b/.github/workflows/codeql-javascript.yaml @@ -63,7 +63,7 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: # `javascript-typescript` covers both .js and .ts in one extractor. languages: javascript-typescript @@ -72,6 +72,6 @@ jobs: config-file: ${{ inputs.config-file }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: category: "/language:javascript-typescript" diff --git a/.github/workflows/codeql-python.yaml b/.github/workflows/codeql-python.yaml index fed6718..1f1daea 100644 --- a/.github/workflows/codeql-python.yaml +++ b/.github/workflows/codeql-python.yaml @@ -61,7 +61,7 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: languages: python build-mode: none @@ -69,6 +69,6 @@ jobs: config-file: ${{ inputs.config-file }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: category: "/language:python"