Skip to content

Commit

Permalink
Updated codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jm20122012 committed Jul 3, 2024
1 parent 8de7356 commit 5a0897e
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 @@ -44,7 +44,7 @@ jobs:
go-version: '1.22.4'

- name: Build Go code
run: go build ./controller/...
run: go build -o main ./controller/cmd/controllerservice

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 5a0897e

Please sign in to comment.