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 381f691 commit dcf4ab9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
runs-on: windows
timeout-minutes: 15
permissions:
# required for all workflows
security-events: write
Expand Down Expand Up @@ -80,13 +80,13 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
go build server
go build server-genCert
go build launcher
go build launcher-watcher
go build launcher-config
go build launcher-config-admin
go build launcher-config-admin-agent
go build -o build/server/server.exe server
go build -o build/server/genCert.exe server-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
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit dcf4ab9

Please sign in to comment.