From bfbe3c62b3761999e91671f20fe00b6a78f71c30 Mon Sep 17 00:00:00 2001
From: Steven Bal <steven@maykinmedia.nl>
Date: Fri, 20 Dec 2024 10:19:04 +0100
Subject: [PATCH] :construction_worker: Use proper default branch in
 code-analysis workflow

---
 .github/workflows/code-analysis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml
index 8b3ac9ad..b3b7d3ca 100644
--- a/.github/workflows/code-analysis.yml
+++ b/.github/workflows/code-analysis.yml
@@ -8,11 +8,11 @@ name: "CodeQL"
 on:
   push:
     branches:
-      - main
+      - master
   pull_request:
     # The branches below must be a subset of the branches above
     branches:
-      - main
+      - master
   schedule:
     - cron: '0 23 * * 6'