X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcodeql-analysis.yml;h=194a08da4a4151bb6a8d5db35bd735260eeb4757;hb=265d89dcbce7fce4fa2b560b70597132fd8eb3b2;hp=ec6665d73665b648e9f22903d5d696cd4ead823f;hpb=23ccf9300e496e115742a44d5f52490f431156f5;p=openssl-gost%2Fengine.git diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ec6665d..194a08d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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.