Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa52443

Browse files
committed
Use Swift version 5.7 in PR checks
The version installed in the latest runner image, 5.7.1, is not yet supported.
1 parent bab5a14 commit fa52443

8 files changed

+24
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
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: 3 additions & 0 deletions
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: 3 additions & 0 deletions
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: 3 additions & 0 deletions
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Export file baseline information"
22
description: "Tests that file baseline information is exported when the feature is enabled"
33
versions: ["nightly-latest"]
44
steps:
5+
- uses: swift-actions/setup-swift@v1
6+
with:
7+
swift-version: 5.7
58
- uses: ./../action/init
69
with:
710
languages: javascript

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ operatingSystems: ["ubuntu", "macos"]
44
env:
55
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.
66
steps:
7+
- uses: swift-actions/setup-swift@v1
8+
with:
9+
swift-version: 5.7
710
- uses: ./../action/init
811
with:
912
db-location: "${{ runner.temp }}/customDbLocation"

pr-checks/checks/swift-autobuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ operatingSystems: ["macos"]
66
env:
77
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
88
steps:
9+
- uses: swift-actions/setup-swift@v1
10+
with:
11+
swift-version: 5.7
912
- uses: ./../action/init
1013
with:
1114
languages: swift

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ env:
66
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
77
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
88
steps:
9+
- uses: swift-actions/setup-swift@v1
10+
with:
11+
swift-version: 5.7
912
- uses: ./../action/init
1013
with:
1114
languages: swift

0 commit comments

Comments
 (0)