[misc] minor update to pollock

* Also reinstate CodeQL since github/codeql-action#850 is supposed to be fixed.
* Also fix a false Coverity warning.
This commit is contained in:
Pete Batard 2022-06-23 13:59:21 +01:00
parent a0d669232c
commit d0844bfc70
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
6 changed files with 30 additions and 15 deletions

View file

@ -1,4 +1,3 @@
# Disabled on account of https://github.com/github/codeql-action/issues/850
name: "CodeQL"
on:
@ -21,10 +20,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: cpp
@ -37,4 +36,4 @@ jobs:
run: msbuild ${{env.SOLUTION_FILE_PATH}} /m /p:Configuration=${{ env.BUILD_CONFIGURATION}},Platform=${{ env.TARGET_PLATFORM }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2