From 47d81eaee98a04211c8e4cd4a77a94383786483a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:56:00 +0000 Subject: [PATCH] Bump github/codeql-action from 3.25.5 to 3.26.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.26.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/b7cec7526559c32f1616476ff32d17ba4c59b2d6...eb055d739abdc2e8de2e5f4ba1a8b246daa779aa) --- 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 6712d5d7dc..045208e47f 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6" + uses: "github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" with: config-file: "./.github/codeql.yml" languages: "python" - name: "Run CodeQL autobuild" - uses: "github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6" + uses: "github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" - name: "Run CodeQL analyze" - uses: "github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6" + uses: "github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"