Skip to content

Commit 43f9bd3

Browse files
authored
Merge pull request #1365 from github/henrymercer/update-query-id-prefixes
Add Swift file baseline info to expected list
2 parents 35086e7 + 88b5c1e commit 43f9bd3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: .github/workflows/__export-file-baseline-information.yml

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pr-checks/checks/export-file-baseline-information.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ steps:
88
tools: ${{ steps.prepare-test.outputs.tools-url }}
99
env:
1010
CODEQL_FILE_BASELINE_INFORMATION: true
11+
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true
1112
TEST_MODE: true
1213
- name: Build code
1314
shell: bash
@@ -17,6 +18,7 @@ steps:
1718
output: "${{ runner.temp }}/results"
1819
env:
1920
CODEQL_FILE_BASELINE_INFORMATION: true
21+
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true
2022
TEST_MODE: true
2123
- name: Upload SARIF
2224
uses: actions/upload-artifact@v3
@@ -28,7 +30,7 @@ steps:
2830
shell: bash
2931
run: |
3032
cd "$RUNNER_TEMP/results"
31-
expected_baseline_languages="cpp csharp go java js py ruby"
33+
expected_baseline_languages="cpp cs go java js py rb swift"
3234
3335
for lang in ${expected_baseline_languages}; do
3436
rule_name="${lang}/baseline/expected-extracted-files"

0 commit comments

Comments
 (0)