build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / .github / workflows / codeql-analysis.yml
index 3fad9689d9631fa811d90f60c2c2beaca7ddb5c3..92d0b5d7778799d76e33894919aa7a1ffcd88841 100644 (file)
@@ -9,7 +9,7 @@
 # the `language` matrix defined below to confirm you have the correct set of
 # supported CodeQL languages.
 #
-name: 'CodeQL'
+name: CodeQL
 
 on:
   push:
@@ -17,8 +17,8 @@ on:
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [main]
-  merge_group:
-    branches: [main]
+  merge_group:
+    branches: [main]
   schedule:
     - cron: '17 15 * * 1'
 
@@ -41,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