Skip to content

Commit 9d63f95

Browse files
committed
Drop setup Swift Action since it doesn't support 5.7.1 yet
1 parent 1bfdd2f commit 9d63f95

8 files changed

+0
-30
lines changed

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

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

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

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

.github/workflows/__swift-autobuild.yml

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

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

-3
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

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ 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@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
6-
if: runner.os != 'Windows'
7-
with:
8-
swift-version: "5.7.1"
95
- uses: ./../action/init
106
with:
117
languages: javascript

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

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ 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@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
8-
if: runner.os != 'Windows'
9-
with:
10-
swift-version: "5.7.1"
11-
127
- uses: ./../action/init
138
with:
149
db-location: "${{ runner.temp }}/customDbLocation"

pr-checks/checks/swift-autobuild.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ operatingSystems: ["macos"]
66
env:
77
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
88
steps:
9-
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
10-
with:
11-
swift-version: "5.7.1"
129
- uses: ./../action/init
1310
with:
1411
languages: swift

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

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ env:
66
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
77
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
88
steps:
9-
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
10-
with:
11-
swift-version: "5.7.1"
129
- uses: ./../action/init
1310
with:
1411
languages: swift

0 commit comments

Comments
 (0)