build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / .github / workflows / codeql-analysis.yml
index 652298c6a55a400fca631e99c0745900c3a6c4fc..92d0b5d7778799d76e33894919aa7a1ffcd88841 100644 (file)
@@ -9,14 +9,16 @@
 # the `language` matrix defined below to confirm you have the correct set of
 # supported CodeQL languages.
 #
-name: 'CodeQL'
+name: CodeQL
 
 on:
   push:
-    branches: [master]
+    branches: [main]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
+    branches: [main]
+  # merge_group:
+  #   branches: [main]
   schedule:
     - cron: '17 15 * * 1'
 
@@ -39,7 +41,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL