Просмотр исходного кода

Update codeql.yml

Signed-off-by: DerSkythe <31771569+derskythe@users.noreply.github.com>
DerSkythe 2 лет назад
Родитель
Сommit
500018fbbd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/codeql.yml

+ 1 - 1
.github/workflows/codeql.yml

@@ -65,10 +65,10 @@ jobs:
     # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
     # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
     # If this step fails, then you should remove it and run the build manually (see below)
     # If this step fails, then you should remove it and run the build manually (see below)
     - name: Autobuild
     - name: Autobuild
-    #  uses: github/codeql-action/autobuild@v2
     - run: |
     - run: |
          echo "Run, Build Application using script"
          echo "Run, Build Application using script"
          ./fbt
          ./fbt
+    # uses: github/codeql-action/autobuild@v2
 
 
     - name: Perform CodeQL Analysis
     - name: Perform CodeQL Analysis
       uses: github/codeql-action/analyze@v2
       uses: github/codeql-action/analyze@v2