From 747c8c298939a339281aaee731c41f6d762f3d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:49:40 +0000 Subject: [PATCH] Bump github/codeql-action/init Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 24c7eb380a2dc368f2d129e4c65e51d172983a1e to 5595ccaf912efad79be6eef63a5619ff05969be3. - [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/24c7eb380a2dc368f2d129e4c65e51d172983a1e...5595ccaf912efad79be6eef63a5619ff05969be3) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 5595ccaf912efad79be6eef63a5619ff05969be3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 78958b4..99b776e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,7 +21,7 @@ jobs: DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet with: global-json-file: global.json - - uses: github/codeql-action/init@24c7eb380a2dc368f2d129e4c65e51d172983a1e # v4 + - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 with: languages: csharp build-mode: manual