Skip to content

Commit

Permalink
Try turning off autobuild
Browse files Browse the repository at this point in the history
Signed-off-by: lemccomb <117306942+lemccomb@users.noreply.github.com>
  • Loading branch information
lemccomb authored Jul 11, 2023
1 parent 55aae2b commit bc27ba3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
jobs:
analyze:
name: Analyze
needs: build-${{matrix.os}}
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
actions: read
Expand Down Expand Up @@ -54,8 +55,8 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, 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@v2
#- name: Autobuild
# uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand Down

0 comments on commit bc27ba3

Please sign in to comment.