From dabe672b1af8e22eb86cf2b48f9f3856e1a5229d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:08:08 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4 to 4.37.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.4. - [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.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test-dotnet-core.yml | 4 ++-- .github/workflows/build-and-test-python-beta.yml | 6 +++--- .github/workflows/build-and-test-python-core.yml | 6 +++--- .github/workflows/build-and-test-python-v1.yml | 6 +++--- .github/workflows/build-and-test.yml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-and-test-dotnet-core.yml b/.github/workflows/build-and-test-dotnet-core.yml index 8d5e9b54..ec1c2d3f 100644 --- a/.github/workflows/build-and-test-dotnet-core.yml +++ b/.github/workflows/build-and-test-dotnet-core.yml @@ -76,7 +76,7 @@ jobs: dotnet-version: '10.x' - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.4 with: languages: csharp @@ -89,4 +89,4 @@ jobs: working-directory: dotnet - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.4 diff --git a/.github/workflows/build-and-test-python-beta.yml b/.github/workflows/build-and-test-python-beta.yml index 538a7f4b..7a182472 100644 --- a/.github/workflows/build-and-test-python-beta.yml +++ b/.github/workflows/build-and-test-python-beta.yml @@ -42,12 +42,12 @@ jobs: # Common CodeQL steps - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.4 with: languages: python - name: Autobuild - uses: github/codeql-action/autobuild@v4 + uses: github/codeql-action/autobuild@v4.37.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.4 with: category: "/language:python" diff --git a/.github/workflows/build-and-test-python-core.yml b/.github/workflows/build-and-test-python-core.yml index bd7e71a2..06f50147 100644 --- a/.github/workflows/build-and-test-python-core.yml +++ b/.github/workflows/build-and-test-python-core.yml @@ -52,12 +52,12 @@ jobs: # Common CodeQL steps - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.4 with: languages: python - name: Autobuild - uses: github/codeql-action/autobuild@v4 + uses: github/codeql-action/autobuild@v4.37.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.4 with: category: "/language:python" diff --git a/.github/workflows/build-and-test-python-v1.yml b/.github/workflows/build-and-test-python-v1.yml index 673c3d16..93a48f1a 100644 --- a/.github/workflows/build-and-test-python-v1.yml +++ b/.github/workflows/build-and-test-python-v1.yml @@ -42,12 +42,12 @@ jobs: # Common CodeQL steps - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.4 with: languages: python - name: Autobuild - uses: github/codeql-action/autobuild@v4 + uses: github/codeql-action/autobuild@v4.37.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.4 with: category: "/language:python" diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c6f518b7..7147aa38 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -99,7 +99,7 @@ jobs: with: dotnet-version: 10.x - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.4 with: languages: csharp - name: Restore dependencies @@ -112,7 +112,7 @@ jobs: run: dotnet test ${{ env.solutionName }} --no-build --verbosity normal -c Debug /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover working-directory: dotnet - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.4 build-and-test-typescript: name: typescript