Skip to content

Commit

Permalink
Drop setup Swift Action since it doesn't support 5.7.1 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Nov 23, 2022
1 parent 1bfdd2f commit 9d63f95
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 30 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .github/workflows/__swift-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .github/workflows/__swift-custom-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions pr-checks/checks/export-file-baseline-information.yml
Expand Up @@ -2,10 +2,6 @@ name: "Export file baseline information"
description: "Tests that file baseline information is exported when the feature is enabled"
versions: ["nightly-latest"]
steps:
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
if: runner.os != 'Windows'
with:
swift-version: "5.7.1"
- uses: ./../action/init
with:
languages: javascript
Expand Down
5 changes: 0 additions & 5 deletions pr-checks/checks/multi-language-autodetect.yml
Expand Up @@ -4,11 +4,6 @@ operatingSystems: ["ubuntu", "macos"]
env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.
steps:
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
if: runner.os != 'Windows'
with:
swift-version: "5.7.1"

- uses: ./../action/init
with:
db-location: "${{ runner.temp }}/customDbLocation"
Expand Down
3 changes: 0 additions & 3 deletions pr-checks/checks/swift-autobuild.yml
Expand Up @@ -6,9 +6,6 @@ operatingSystems: ["macos"]
env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
steps:
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
with:
swift-version: "5.7.1"
- uses: ./../action/init
with:
languages: swift
Expand Down
3 changes: 0 additions & 3 deletions pr-checks/checks/swift-custom-build.yml
Expand Up @@ -6,9 +6,6 @@ env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
with:
swift-version: "5.7.1"
- uses: ./../action/init
with:
languages: swift
Expand Down

0 comments on commit 9d63f95

Please sign in to comment.