Fixing codesql-analysis.yml

pull/770/head
Mike Black W9MDB 2021-08-16 09:03:08 -05:00
rodzic d9b50ddf77
commit 45ff011ec0
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
@ -64,9 +64,10 @@ jobs:
# uses a compiled language # uses a compiled language
- 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