From 01392addebedbb35c368686ac0fb87f231e684fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:04:24 +0000 Subject: [PATCH] ci(ghactions): bump github/codeql-action from 3.27.7 to 3.28.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.7 to 3.28.4. - [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/v3.27.7...v3.28.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cfcd5aeb..c7540841 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,10 +21,10 @@ jobs: fetch-depth: 2 - name: Initialize CodeQL - uses: github/codeql-action/init@v3.27.7 + uses: github/codeql-action/init@v3.28.4 - name: Autobuild CodeQL - uses: github/codeql-action/autobuild@v3.27.7 + uses: github/codeql-action/autobuild@v3.28.4 - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v3.27.7 + uses: github/codeql-action/analyze@v3.28.4