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 committed Aug 2, 2024
1 parent 7339546 commit 116aa42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
shell: bash
run: |
mv go.work.example go.work
go build -o build/server/server.exe server
go build -o build/server/bin/genCert.exe genCert
go build -o build/launcher/launcher.exe launcher
go build -o build/launcher/agent.exe agent
go build -o build/launcher/bin/config.exe cfg
go build -o build/launcher/bin/config-admin.exe cfgAdmin
go build -o build/launcher/bin/config-admin-agent.exe cfgAdminAgent
go build -o build/server/server.exe ./server
go build -o build/server/bin/genCert.exe ./server-genCert
go build -o build/launcher/launcher.exe ./launcher
go build -o build/launcher/agent.exe ./launcher-agent
go build -o build/launcher/bin/config.exe ./launcher-config
go build -o build/launcher/bin/config-admin.exe ./launcher-config-admin
go build -o build/launcher/bin/config-admin-agent.exe ./launcher-config-admin-agent
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 116aa42

Please sign in to comment.