Skip to content

Commit

Permalink
Remove analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 21, 2020
1 parent 277c834 commit d801c79
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,3 @@ jobs:
run: go build -ldflags="-s -w" -v -o ${{ matrix.file }} .
env:
CGO_ENABLED: ${{ matrix.cgo }}

analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.15

- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2

- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go

- name: Build
run: go build -ldflags="-s -w" -v -o go-mlog .
env:
CGO_ENABLED: 0

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

0 comments on commit d801c79

Please sign in to comment.