From 7bb60e61bfd1899bda34227a2848ed2b86ef8695 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 14 Apr 2021 10:06:00 -0500 Subject: [PATCH] Update codeql-analysis.yml Removing the auto-build. Builds are checked locally before release anyway, so this should be fine. --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3c5be13..bab77ac 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,8 +49,8 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v1 + #- name: Autobuild + # uses: github/codeql-action/autobuild@v1 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl