SYNERGY-786 The system resets server name (#6961)
* SYNERGY-786 The system resets server name * Update ChangeLog * Update job-test-windows.yml * Update job-test-windows.yml * Update codeql-analysis.yml * Update codeql-analysis.yml
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -18,8 +18,6 @@ on:
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '28 21 * * 0'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
@ -49,7 +47,7 @@ jobs:
|
||||
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
||||
|
||||
- run: |
|
||||
sudo sh -c 'export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y \
|
||||
sudo sh -c 'export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y \
|
||||
git \
|
||||
cmake \
|
||||
qtbase5-dev \
|
||||
|
||||
Reference in New Issue
Block a user