From a1ed005c120b54106ec24a5c1bb44d71d895ddd3 Mon Sep 17 00:00:00 2001 From: Antony Peacock Date: Sat, 7 Jan 2023 10:15:48 +0000 Subject: [PATCH 1/2] Ensure OS present --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fabd2564..4a8f21d1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,6 +37,7 @@ jobs: fail-fast: false matrix: language: ["cpp", "python"] + os: [ "ubuntu-latest" ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection From cfb4614fb6fef12e36b1d10f47653ce21b523a09 Mon Sep 17 00:00:00 2001 From: Antony Peacock Date: Sat, 7 Jan 2023 10:27:38 +0000 Subject: [PATCH 2/2] Remove whitespace --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4a8f21d1..63aeb983 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: language: ["cpp", "python"] - os: [ "ubuntu-latest" ] + os: [ "ubuntu-latest" ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection