Skip to content

Commit 322cea6

Browse files
committed
Set up Swift in local bundle workflow
1 parent f7a67e4 commit 322cea6

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/__export-file-baseline-information.yml

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

.github/workflows/__test-local-codeql.yml

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

pr-checks/checks/export-file-baseline-information.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ steps:
88
languages: javascript
99
tools: ${{ steps.prepare-test.outputs.tools-url }}
1010
env:
11-
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true
1211
CODEQL_FILE_BASELINE_INFORMATION: true
1312
- uses: ./../action/.github/actions/setup-swift
1413
with:

pr-checks/checks/test-local-codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ steps:
99
CODEQL_URL: ${{ steps.prepare-test.outputs.tools-url }}
1010
run: |
1111
wget "$CODEQL_URL"
12-
- uses: ./../action/init
12+
- id: init
13+
uses: ./../action/init
1314
with:
1415
tools: ./codeql-bundle.tar.gz
16+
- uses: ./../action/.github/actions/setup-swift
17+
with:
18+
codeql-path: ${{ steps.init.outputs.codeql-path }}
1519
- name: Build code
1620
shell: bash
1721
run: ./build.sh

0 commit comments

Comments
 (0)