Skip to content

Commit

Permalink
remoce codeql from ci so it's only in one workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Nov 12, 2024
1 parent b3b165b commit d7c3f1a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,12 @@ jobs:
with:
submodules: 'recursive'

- name: Initialize CodeQL
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
with:
languages: "cpp"

- name: "Build"
shell: pwsh
run: |
$path = & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath
& $path\MSBuild\Current\Bin\amd64\msbuild.exe /m /p:Configuration="${{matrix.configuration}}" /p:Platform="${{matrix.platform}}" mapistub.sln
- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
with:
category: "/language:cpp"

- name: Upload CodeQL Analysis Results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: codeql-results-${{ matrix.configuration }}-${{ matrix.platform }}
path: ${{ steps.analyze.outputs.sarif-output }}

publish-test-results:
name: "Publish Tests Results"
needs: build
Expand Down

0 comments on commit d7c3f1a

Please sign in to comment.