From 9919bbc99a1c1a2e7c2bca8a48ae824867afdbcc Mon Sep 17 00:00:00 2001 From: MicRyc Date: Wed, 6 Mar 2024 13:06:13 +0100 Subject: [PATCH] Add quotes to branches in CodeQl-analysis workflow --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0f9a129f..dd11bbe4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: "Code scanning - action" on: push: - branches: [master] + branches: ["master"] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: ["master"] schedule: - cron: '0 19 * * 1'