Fixing codesql-analysis.yml

pull/788/head
Mike Black W9MDB 2021-08-16 09:03:08 -05:00 zatwierdzone przez Wouter van Gulik
rodzic 67181bf7c9
commit 356f23b0fb
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -53,8 +53,8 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # 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) # 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@v1 # uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell. # Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl # 📚 https://git.io/JvXDl
@ -65,8 +65,9 @@ jobs:
- run: | - run: |
sudo apt install libusb-1.0-0-dev sudo apt install libusb-1.0-0-dev
# make bootstrap ./bootstrap
# make release ./configure
make
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v1