From 10ad96a5210002ae78f759bae5ec9806e859a77d Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 20 Mar 2022 22:04:18 -0500 Subject: [PATCH] Rename CodeQL workflow --- .github/workflows/codeql-analysis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e23b1e9..86e717d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: "CodeQL" +name: "codeql" on: push: @@ -22,7 +22,6 @@ on: jobs: analyze: - name: Analyze runs-on: ubuntu-latest strategy: