Skip to content

Commit 88fafeb

Browse files
committed
Update diagnostics export PR check to use 2.12.6
1 parent 1a60a91 commit 88fafeb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/__diagnostics-export.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/diagnostics-export.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Diagnostic export"
22
description: "Tests that manually added diagnostics are correctly exported to SARIF."
3-
# Test on 2.12.5 (which requires a workaround in the Action), the latest release, and the latest
3+
# Test on 2.12.6 (which requires a workaround in the Action), the latest release, and the latest
44
# nightly.
5-
versions: ["stable-20230317", "latest", "nightly-latest"]
5+
versions: ["stable-20230403", "latest", "nightly-latest"]
66
env:
77
CODEQL_ACTION_EXPORT_DIAGNOSTICS: true
88
steps:
@@ -17,7 +17,7 @@ steps:
1717
CODEQL_PATH: ${{ steps.init.outputs.codeql-path }}
1818
run: |
1919
for i in {1..2}; do
20-
# Use the same location twice to test the workaround for the bug in CodeQL CLI 2.12.5 that
20+
# Use the same location twice to test the workaround for the bug in CodeQL CLI 2.12.6 that
2121
# produces an invalid diagnostic with multiple identical location objects.
2222
"$CODEQL_PATH" database add-diagnostic \
2323
"$RUNNER_TEMP/codeql_databases/javascript" \

0 commit comments

Comments
 (0)