From 9b3d3e14bfa02530352bd151d26814d8124e6076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:46:14 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4.37.4 to 4.38.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.38.0. - [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.37.4...v4.38.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index aa3953c..9c4eba0 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -37,13 +37,13 @@ jobs: go-version-file: go.mod cache: true - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.4 + uses: github/codeql-action/init@v4.38.0 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@v4.37.4 + uses: github/codeql-action/autobuild@v4.38.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.4 + uses: github/codeql-action/analyze@v4.38.0 with: category: "/language:go"