We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e4ade commit 56ada9cCopy full SHA for 56ada9c
.github/workflows/main.yml
@@ -45,12 +45,12 @@ jobs:
45
- name: Run premake
46
run: premake5 ${{ matrix.machine.action }} --toolset=${{ matrix.machine.toolset }} --dialect=${{ matrix.dialect }}
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
49
with:
50
- languages: cpp
+ languages: c-cpp
51
- name: Build
52
run: premake5 build --config=${{ matrix.config }}
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
55
- name: Run test
56
run: premake5 test --config=${{ matrix.config }}
0 commit comments