fix codeql.yml codeql invocation on windows

This commit is contained in:
Paolo Tranquilli
2025-09-09 14:08:29 +02:00
parent 0c065fa4cf
commit c778749ed4

View File

@@ -99,7 +99,7 @@ jobs:
tools: ${{ matrix.tools }}
# confirm steps.init.outputs.codeql-path points to the codeql binary
- name: Print CodeQL Version
run: ${{steps.init.outputs.codeql-path}} version --format=json
run: '${{steps.init.outputs.codeql-path}}' version --format=json
- name: Perform CodeQL Analysis
uses: ./analyze
with: