From c778749ed4d635253df93ef39cd6dde74ffde3dd Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Tue, 9 Sep 2025 14:08:29 +0200 Subject: [PATCH] fix `codeql.yml` codeql invocation on windows --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e5704ec01..42445d79d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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: