Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
improve performance and cost CodeQL

Signed-off-by: Mario Candela <[email protected]>
  • Loading branch information
mariocandela authored Mar 5, 2023
1 parent c7c169c commit 97cfdcc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2

# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh
- name: Build beelzebub
run: go build ./...

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit 97cfdcc

Please sign in to comment.