diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index c4d4ea566..0abfabbbd 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -10,6 +10,7 @@ on:
       - "**/*.csproj"
       - "**/*.ts"
       - "**/*.js"
+      - '.github/workflows/codeql.yml'
   schedule:
     - cron: '34 21 * * 2'
 
@@ -38,6 +39,8 @@ jobs:
           build-mode: none
         - language: javascript-typescript
           build-mode: none
+        - language: actions
+          build-mode: none
     steps:
     - name: Checkout repository
       uses: actions/checkout@v4