From bd0a571d2aa49f5af10fb11fbc8e2ad4580bb864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 23:35:12 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action/analyze from 4.37.1 to 4.38.1 Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.1 to 4.38.1. - [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/7188fc363630916deb702c7fdcf4e481b751f97a...1c5b675653bb5c22dbe9b12b556ec555138e09fd) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 57750ec..da2ada1 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -94,7 +94,7 @@ jobs: with: languages: actions - name: Analyze workflow code - uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/analyze@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1 with: output: build/codeql upload: never