X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcodeql-analysis.yml;h=194a08da4a4151bb6a8d5db35bd735260eeb4757;hb=374627ab520fca0a189d56a747abbff7e2b67bd7;hp=ec6665d73665b648e9f22903d5d696cd4ead823f;hpb=65d9677890ca5eeca45bca0fb09d6cd08238161e;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.