From a4d848878e38c099dd68b1c1ad6e9675b880a9a4 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sat, 7 Dec 2024 12:01:17 +0800 Subject: [PATCH] ci: Update codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4c0d1cc84..26d9b7e64 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,4 @@ -name: "CodeQL Advanced" +name: CodeQL Advanced on: push: @@ -16,7 +16,7 @@ on: jobs: analyze: name: Analyze (${{ matrix.language }}) - runs-on: 'ubuntu-latest' + runs-on: ubuntu-latest permissions: security-events: write