Jelajahi Sumber

test actions in codeql (#4802)

Simon Young 3 bulan lalu
induk
melakukan
289d10d30e
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      .github/workflows/codeql.yml

+ 2 - 0
.github/workflows/codeql.yml

@@ -47,6 +47,8 @@ jobs:
             build-mode: none
             build-mode: none
           - language: python
           - language: python
             build-mode: none
             build-mode: none
+          - language: actions
+            build-mode: none
         # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
         # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
         # Use `c-cpp` to analyze code written in C, C++ or both
         # Use `c-cpp` to analyze code written in C, C++ or both
         # Use 'java-kotlin' to analyze code written in Java, Kotlin or both
         # Use 'java-kotlin' to analyze code written in Java, Kotlin or both