From a51234365eca479e08a28cbe0c8d3b1fd1caf9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:04:50 +0000 Subject: [PATCH] build(deps): bump github/codeql-action/init Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from d6317709a54fd87078d323eeb0e48ec331c8e621 to f3712979fa5f215279b101dd0a2e3bdfb4353324. - [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/d6317709a54fd87078d323eeb0e48ec331c8e621...f3712979fa5f215279b101dd0a2e3bdfb4353324) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: f3712979fa5f215279b101dd0a2e3bdfb4353324 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 82179a8..60a0d06 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 - name: Initialize CodeQL - uses: github/codeql-action/init@d6317709a54fd87078d323eeb0e48ec331c8e621 + uses: github/codeql-action/init@f3712979fa5f215279b101dd0a2e3bdfb4353324 with: languages: ${{ matrix.language }} - name: Analyze