From 49a9b66836913ef0ca1b98e8da139761225bd304 Mon Sep 17 00:00:00 2001 From: H0llyW00dzZ Date: Thu, 7 Dec 2023 01:14:26 +0700 Subject: [PATCH] Chore CI CodeQL - [+] chore(codeql.yml): update branch names from 'main' to 'master' in workflow configuration --- .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 93d7846..3e46d91 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,13 +7,13 @@ on: push: # modify this branch branches: - - main + - master paths-ignore: - '**.md' - '.github/workflows/**' pull_request: branches: - - main + - master paths-ignore: - '**.md' - '.github/workflows/**' @@ -29,7 +29,7 @@ on: branch: description: 'Branch to scan' required: true - default: 'main' + default: 'master' jobs: analyze: