We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8767740 + a19c245 commit d8d6a23Copy full SHA for d8d6a23
.github/workflows/static.yaml
@@ -10,15 +10,15 @@ jobs:
10
run: sudo apt install libgrantlee5-dev
11
- uses: actions/checkout@v4
12
- name: Initialize CodeQL
13
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
14
with:
15
languages: cpp
16
- name: Build
17
run: |
18
cmake -D BUILD_CODEGEN=YES -S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
19
cmake --build "$RUNNER_TEMP" --target codegen QtAwsAcm QtAwsCore QtAwsS3 QtAwsS3Control QtAwsXRay
20
- name: Perform CodeQL Analysis
21
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
22
23
Cppcheck:
24
runs-on: ubuntu-latest
0 commit comments