Skip to content

Commit

Permalink
ci: add package name to codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed Mar 21, 2024
1 parent e6b7efe commit f9f7dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# uses a compiled language

- run: |
/usr/bin/env GOTOOLCHAIN=go1.22.1+auto go build
/usr/bin/env GOTOOLCHAIN=go1.22.1+auto go build github.com/Mangatsu/server/cmd/mangatsu-server
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit f9f7dbb

Please sign in to comment.