From ee5329d301eed05327b1fca0f1add9bd3f8c5b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:02:37 +0000 Subject: [PATCH] Bump github/codeql-action from 3.26.0 to 3.27.6 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.27.6. - [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/eb055d739abdc2e8de2e5f4ba1a8b246daa779aa...aa578102511db1f4524ed59b8cc2bae4f6e88195) --- 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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 045208e47..e19dbce9a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,13 +23,13 @@ jobs: uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" - name: "Run CodeQL init" - uses: "github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" + uses: "github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195" with: config-file: "./.github/codeql.yml" languages: "python" - name: "Run CodeQL autobuild" - uses: "github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" + uses: "github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195" - name: "Run CodeQL analyze" - uses: "github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" + uses: "github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195"