Skip to content

Commit

Permalink
Go analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 7, 2023
1 parent f7c868e commit a5cd6e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ jobs:
go install github.com/swaggo/swag/cmd/swag@latest
CGO_ENABLED=0 GOOS=linux go build -v
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:go"

# go:
# name: Go
# runs-on: ubuntu-22.04
# steps:
# - name: Checkout repository
# - name: Checkout repositoryz
# uses: actions/checkout@v3

# analyze:
Expand Down

0 comments on commit a5cd6e9

Please sign in to comment.