Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Aug 15, 2022
1 parent a09e7c0 commit f44df05
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,13 @@ jobs:
with:
languages: 'go'
queries: security-and-quality

- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod

- uses: actions/checkout@v3
with:
fetch-depth: 0 # Required to fetch version

- name: Build
run: |
make proto-gen build
run: make proto-gen build

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

0 comments on commit f44df05

Please sign in to comment.