From 61cc378b7fce9583dd9f272678ac4b864251510d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:54:03 +0100 Subject: [PATCH] Bump swift-actions/setup-swift from 1.19.0 to 1.20.0 (#1415) * Bump swift-actions/setup-swift from 1.19.0 to 1.20.0 Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](https://github.com/swift-actions/setup-swift/compare/5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9...194625b58a582570f61cc707c3b558086c26b723) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update setup-swift SHA in non-autogenerated files * Specify v5.7.0 instead of 5.7 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Angela P Wen --- .github/workflows/__export-file-baseline-information.yml | 4 ++-- .github/workflows/__multi-language-autodetect.yml | 4 ++-- .github/workflows/__swift-autobuild.yml | 4 ++-- .github/workflows/__swift-custom-build.yml | 4 ++-- pr-checks/checks/export-file-baseline-information.yml | 4 ++-- pr-checks/checks/multi-language-autodetect.yml | 4 ++-- pr-checks/checks/swift-autobuild.yml | 4 ++-- pr-checks/checks/swift-custom-build.yml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index b239cc56c..9be43389a 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -42,11 +42,11 @@ jobs: uses: ./.github/prepare-test with: version: ${{ matrix.version }} - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Windows doesn't support Swift, and only macOS latest and nightly-latest support Swift 5.7.1. if: runner.os == 'Linux' || (runner.os == 'macOS' && matrix.version == 'cached') with: - swift-version: '5.7' + swift-version: 5.7.0 - uses: ./../action/init with: languages: javascript diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index b4db770a0..9df6d5793 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -65,11 +65,11 @@ jobs: uses: actions/setup-go@v3 with: go-version: ^1.13.1 - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: '5.7' + swift-version: 5.7.0 - uses: ./../action/init with: diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index b85b0a211..f641dd426 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -42,11 +42,11 @@ jobs: uses: ./.github/prepare-test with: version: ${{ matrix.version }} - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: '5.7' + swift-version: 5.7.0 - uses: ./../action/init with: languages: swift diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 78124ae8f..1d69ecabe 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -48,11 +48,11 @@ jobs: uses: ./.github/prepare-test with: version: ${{ matrix.version }} - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: '5.7' + swift-version: 5.7.0 - 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 43b859c3b..c66e8dd14 100644 --- a/pr-checks/checks/export-file-baseline-information.yml +++ b/pr-checks/checks/export-file-baseline-information.yml @@ -2,11 +2,11 @@ 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 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Windows doesn't support Swift, and only macOS latest and nightly-latest support Swift 5.7.1. if: runner.os == 'Linux' || (runner.os == 'macOS' && matrix.version == 'cached') with: - swift-version: "5.7" + swift-version: "5.7.0" - 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 591df5223..d7732b0e6 100644 --- a/pr-checks/checks/multi-language-autodetect.yml +++ b/pr-checks/checks/multi-language-autodetect.yml @@ -4,11 +4,11 @@ operatingSystems: ["ubuntu", "macos"] env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA. steps: - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: "5.7" + swift-version: "5.7.0" - uses: ./../action/init with: diff --git a/pr-checks/checks/swift-autobuild.yml b/pr-checks/checks/swift-autobuild.yml index a9efe7686..b79edd5b3 100644 --- a/pr-checks/checks/swift-autobuild.yml +++ b/pr-checks/checks/swift-autobuild.yml @@ -6,11 +6,11 @@ operatingSystems: ["macos"] env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" steps: - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: "5.7" + swift-version: "5.7.0" - 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 9780bde51..fb1402c94 100644 --- a/pr-checks/checks/swift-custom-build.yml +++ b/pr-checks/checks/swift-custom-build.yml @@ -6,11 +6,11 @@ env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: "5.7" + swift-version: "5.7.0" - uses: ./../action/init with: languages: swift