From 88fafebdd3d1b6d3bf2456760ec45076fb8bf3cc Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 9 Apr 2024 12:32:29 +0100 Subject: [PATCH] Update diagnostics export PR check to use 2.12.6 --- .github/workflows/__diagnostics-export.yml | 8 ++++---- pr-checks/checks/diagnostics-export.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/__diagnostics-export.yml b/.github/workflows/__diagnostics-export.yml index d3ec3d58d..6515dfc3b 100644 --- a/.github/workflows/__diagnostics-export.yml +++ b/.github/workflows/__diagnostics-export.yml @@ -28,11 +28,11 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-20230317 + version: stable-20230403 - os: macos-latest - version: stable-20230317 + version: stable-20230403 - os: windows-latest - version: stable-20230317 + version: stable-20230403 - os: ubuntu-latest version: latest - os: macos-latest @@ -83,7 +83,7 @@ jobs: CODEQL_PATH: ${{ steps.init.outputs.codeql-path }} run: | for i in {1..2}; do - # Use the same location twice to test the workaround for the bug in CodeQL CLI 2.12.5 that + # Use the same location twice to test the workaround for the bug in CodeQL CLI 2.12.6 that # produces an invalid diagnostic with multiple identical location objects. "$CODEQL_PATH" database add-diagnostic \ "$RUNNER_TEMP/codeql_databases/javascript" \ diff --git a/pr-checks/checks/diagnostics-export.yml b/pr-checks/checks/diagnostics-export.yml index a13580322..f50d1f0ea 100644 --- a/pr-checks/checks/diagnostics-export.yml +++ b/pr-checks/checks/diagnostics-export.yml @@ -1,8 +1,8 @@ name: "Diagnostic export" description: "Tests that manually added diagnostics are correctly exported to SARIF." -# Test on 2.12.5 (which requires a workaround in the Action), the latest release, and the latest +# Test on 2.12.6 (which requires a workaround in the Action), the latest release, and the latest # nightly. -versions: ["stable-20230317", "latest", "nightly-latest"] +versions: ["stable-20230403", "latest", "nightly-latest"] env: CODEQL_ACTION_EXPORT_DIAGNOSTICS: true steps: @@ -17,7 +17,7 @@ steps: CODEQL_PATH: ${{ steps.init.outputs.codeql-path }} run: | for i in {1..2}; do - # Use the same location twice to test the workaround for the bug in CodeQL CLI 2.12.5 that + # Use the same location twice to test the workaround for the bug in CodeQL CLI 2.12.6 that # produces an invalid diagnostic with multiple identical location objects. "$CODEQL_PATH" database add-diagnostic \ "$RUNNER_TEMP/codeql_databases/javascript" \