From 3a0bd56ad4713c33a6bf42047d271d95a7440ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:30:22 +0000 Subject: [PATCH] Bump github/codeql-action from 4.35.3 to 4.35.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.35.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.35.3...v4.35.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e49976d..95db3ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -230,7 +230,7 @@ jobs: echo "=== sccache stats after Linux builds ===" sccache --show-stats - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.3 + uses: github/codeql-action/init@v4.35.4 with: languages: 'csharp' build-mode: manual @@ -288,7 +288,7 @@ jobs: - name: Cleanup build artifacts run: rm -rf local {bzip2,libarchive,libxml2,lz4,lzo,xz,zlib,zstd}-* x86-64--musl--stable-* - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.35.3 + uses: github/codeql-action/analyze@v4.35.4 - name: Upload built packages uses: svenstaro/upload-release-action@2.11.5 if: contains(github.ref, 'refs/tags/v')