]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .github/workflows/codeql-analysis.yml
Making a gost provider - Add the provider foundation
[openssl-gost/engine.git] / .github / workflows / codeql-analysis.yml
index ec6665d73665b648e9f22903d5d696cd4ead823f..194a08da4a4151bb6a8d5db35bd735260eeb4757 100644 (file)
@@ -27,6 +27,8 @@ jobs:
         # We must fetch at least the immediate parents so that if this is
         # a pull request then we can checkout the head.
         fetch-depth: 2
+        # gost-engine has submodules
+        submodules: true
 
     # If this run was triggered by a pull request event, then checkout
     # the head of the pull request instead of the merge commit.