From 9d63f9550f508d16392857dea8f701837d9605a1 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 23 Nov 2022 19:44:12 +0000 Subject: [PATCH] Drop setup Swift Action since it doesn't support 5.7.1 yet --- .github/workflows/__export-file-baseline-information.yml | 4 ---- .github/workflows/__multi-language-autodetect.yml | 5 ----- .github/workflows/__swift-autobuild.yml | 3 --- .github/workflows/__swift-custom-build.yml | 3 --- pr-checks/checks/export-file-baseline-information.yml | 4 ---- pr-checks/checks/multi-language-autodetect.yml | 5 ----- pr-checks/checks/swift-autobuild.yml | 3 --- pr-checks/checks/swift-custom-build.yml | 3 --- 8 files changed, 30 deletions(-) diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index fabddabb1b..e5981ea521 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -42,10 +42,6 @@ jobs: uses: ./.github/prepare-test with: version: ${{ matrix.version }} - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 - if: runner.os != 'Windows' - with: - swift-version: 5.7.1 - uses: ./../action/init with: languages: javascript diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index d9ee25402c..1b6e186a55 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -65,11 +65,6 @@ jobs: uses: actions/setup-go@v3 with: go-version: ^1.13.1 - - 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 diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index 3c6327af62..8df545be37 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -42,9 +42,6 @@ jobs: uses: ./.github/prepare-test with: version: ${{ matrix.version }} - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 - with: - swift-version: 5.7.1 - uses: ./../action/init with: languages: swift diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 95cf787570..83a0b84ffa 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -48,9 +48,6 @@ jobs: uses: ./.github/prepare-test with: version: ${{ matrix.version }} - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 - with: - swift-version: 5.7.1 - uses: ./../action/init with: languages: swift diff --git a/pr-checks/checks/export-file-baseline-information.yml b/pr-checks/checks/export-file-baseline-information.yml index 1339d4b509..4ce7d7fbfd 100644 --- a/pr-checks/checks/export-file-baseline-information.yml +++ b/pr-checks/checks/export-file-baseline-information.yml @@ -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 diff --git a/pr-checks/checks/multi-language-autodetect.yml b/pr-checks/checks/multi-language-autodetect.yml index 7d9a14cb7a..d6a702a063 100644 --- a/pr-checks/checks/multi-language-autodetect.yml +++ b/pr-checks/checks/multi-language-autodetect.yml @@ -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" diff --git a/pr-checks/checks/swift-autobuild.yml b/pr-checks/checks/swift-autobuild.yml index 271615365d..df36ea9909 100644 --- a/pr-checks/checks/swift-autobuild.yml +++ b/pr-checks/checks/swift-autobuild.yml @@ -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 diff --git a/pr-checks/checks/swift-custom-build.yml b/pr-checks/checks/swift-custom-build.yml index 14f473f98e..3b2e3e889c 100644 --- a/pr-checks/checks/swift-custom-build.yml +++ b/pr-checks/checks/swift-custom-build.yml @@ -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