Skip to content

Commit 0b6714e

Browse files
authored
Merge pull request github#16954 from github/angelapwen/remove-ci-workaround
Remove CI workaround for `DatabaseQualityDiagnostics.ql`
2 parents 311799c + 90641a5 commit 0b6714e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/compile-queries.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
key: all-queries
3030
- name: check formatting
3131
run: find shared */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 -n 3000 -P 10 codeql query format -q --check-only
32-
- name: Omit DatabaseQualityDiagnostics.ql from compile checking # Remove me once CodeQL 2.18.0 is released!
33-
run: mv java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql{,.hidden}
3432
- name: compile queries - check-only
3533
# run with --check-only if running in a PR (github.sha != main)
3634
if : ${{ github.event_name == 'pull_request' }}
@@ -41,6 +39,3 @@ jobs:
4139
if : ${{ github.event_name != 'pull_request' }}
4240
shell: bash
4341
run: codeql query compile -q -j0 */ql/{src,examples} --keep-going --warnings=error --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" --compilation-cache-size=500
44-
- name: Restore DatabaseQualityDiagnostics.ql after compile checking # Remove me once CodeQL 2.18.0 is released
45-
run: mv java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql{.hidden,}
46-

0 commit comments

Comments
 (0)