Skip to content

Commit e49ccec

Browse files
committed
Update file path for setup-swift
1 parent 609cafe commit e49ccec

8 files changed

+8
-8
lines changed

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

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

.github/workflows/__multi-language-autodetect.yml

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

.github/workflows/__swift-autobuild.yml

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

.github/workflows/__swift-custom-build.yml

Lines changed: 1 addition & 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
tools: ${{ steps.prepare-test.outputs.tools-url }}
1212
env:
1313
CODEQL_FILE_BASELINE_INFORMATION: true
14-
- uses: ../action/.github/setup-swift
14+
- uses: ./../action/.github/setup-swift
1515
with:
1616
codeql-path: ${{steps.init.outputs.codeql-path}}
1717
- name: Build code

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
db-location: "${{ runner.temp }}/customDbLocation"
1111
tools: ${{ steps.prepare-test.outputs.tools-url }}
1212

13-
- uses: ../action/.github/setup-swift
13+
- uses: ./../action/.github/setup-swift
1414
with:
1515
codeql-path: ${{steps.init.outputs.codeql-path}}
1616

pr-checks/checks/swift-autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
with:
1212
languages: swift
1313
tools: ${{ steps.prepare-test.outputs.tools-url }}
14-
- uses: ../action/.github/setup-swift
14+
- uses: ./../action/.github/setup-swift
1515
with:
1616
codeql-path: ${{steps.init.outputs.codeql-path}}
1717
- name: Check working directory

pr-checks/checks/swift-custom-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
with:
1212
languages: swift
1313
tools: ${{ steps.prepare-test.outputs.tools-url }}
14-
- uses: ../action/.github/setup-swift
14+
- uses: ./../action/.github/setup-swift
1515
with:
1616
codeql-path: ${{steps.init.outputs.codeql-path}}
1717
- name: Check working directory

0 commit comments

Comments
 (0)