From d95fe30269fff98d8336e8dde7a94a16b57d5d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:23:30 +0000 Subject: [PATCH] Bump github/codeql-action from 4.35.4 to 4.35.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.4 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.4...v4.35.5) --- 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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95db3ab..5e5c761 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.4 + uses: github/codeql-action/init@v4.35.5 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.4 + uses: github/codeql-action/analyze@v4.35.5 - name: Upload built packages uses: svenstaro/upload-release-action@2.11.5 if: contains(github.ref, 'refs/tags/v')