Skip to content

Commit d8d6a23

Browse files
authored
Merge pull request #31 from pcolby/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 8767740 + a19c245 commit d8d6a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
run: sudo apt install libgrantlee5-dev
1111
- uses: actions/checkout@v4
1212
- name: Initialize CodeQL
13-
uses: github/codeql-action/init@v2
13+
uses: github/codeql-action/init@v3
1414
with:
1515
languages: cpp
1616
- name: Build
1717
run: |
1818
cmake -D BUILD_CODEGEN=YES -S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
1919
cmake --build "$RUNNER_TEMP" --target codegen QtAwsAcm QtAwsCore QtAwsS3 QtAwsS3Control QtAwsXRay
2020
- name: Perform CodeQL Analysis
21-
uses: github/codeql-action/analyze@v2
21+
uses: github/codeql-action/analyze@v3
2222

2323
Cppcheck:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)