Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Fernández Aldana <luskaner@users.noreply.github.com>
  • Loading branch information
luskaner authored Jul 20, 2024
1 parent 0e658dc commit 034b4c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
shell: bash
run: |
go build -o build/server/server.exe server
go build -o build/server/genCert.exe server-genCert
go build -o build/server/genCert.exe genCert
go build -o build/launcher/launcher.exe launcher
go build -o build/launcher/watcher.exe launcher-watcher
go build -o build/launcher/config.exe launcher-config
go build -o build/launcher/config-admin.exe launcher-config-admin
go build -o build/launcher/config-admin-agent.exe launcher-config-admin-agent
go build -o build/launcher/watcher.exe watcher
go build -o build/launcher/config.exe config
go build -o build/launcher/config-admin.exe admin
go build -o build/launcher/config-admin-agent.exe agent
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 034b4c0

Please sign in to comment.