Skip to content

Commit 56ada9c

Browse files
committed
Fix workflow
1 parent c4e4ade commit 56ada9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
- name: Run premake
4646
run: premake5 ${{ matrix.machine.action }} --toolset=${{ matrix.machine.toolset }} --dialect=${{ matrix.dialect }}
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v2
48+
uses: github/codeql-action/init@v3
4949
with:
50-
languages: cpp
50+
languages: c-cpp
5151
- name: Build
5252
run: premake5 build --config=${{ matrix.config }}
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v2
54+
uses: github/codeql-action/analyze@v3
5555
- name: Run test
5656
run: premake5 test --config=${{ matrix.config }}

0 commit comments

Comments
 (0)