From 9d7dc7cc498f47ecfd80f14cee844a9178272a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 19:29:04 +0000 Subject: [PATCH 1/3] 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] --- .github/workflows/__export-file-baseline-information.yml | 2 +- .github/workflows/__multi-language-autodetect.yml | 2 +- .github/workflows/__swift-autobuild.yml | 2 +- .github/workflows/__swift-custom-build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index b239cc56c3..8f93c92c03 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -42,7 +42,7 @@ 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: diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index b4db770a0d..a7356f67e5 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -65,7 +65,7 @@ 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: diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index b85b0a2113..d5a887010d 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -42,7 +42,7 @@ 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: diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 78124ae8f4..640cf4f8ad 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -48,7 +48,7 @@ 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: From fbead55641cca0a817f8853429e7ead228e7fcbb Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 5 Dec 2022 08:18:18 +0100 Subject: [PATCH 2/3] Update setup-swift SHA in non-autogenerated files --- pr-checks/checks/export-file-baseline-information.yml | 2 +- pr-checks/checks/multi-language-autodetect.yml | 2 +- pr-checks/checks/swift-autobuild.yml | 2 +- pr-checks/checks/swift-custom-build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pr-checks/checks/export-file-baseline-information.yml b/pr-checks/checks/export-file-baseline-information.yml index 43b859c3bb..04e5df0d42 100644 --- a/pr-checks/checks/export-file-baseline-information.yml +++ b/pr-checks/checks/export-file-baseline-information.yml @@ -2,7 +2,7 @@ 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: diff --git a/pr-checks/checks/multi-language-autodetect.yml b/pr-checks/checks/multi-language-autodetect.yml index 591df52239..c99d14dc09 100644 --- a/pr-checks/checks/multi-language-autodetect.yml +++ b/pr-checks/checks/multi-language-autodetect.yml @@ -4,7 +4,7 @@ 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: diff --git a/pr-checks/checks/swift-autobuild.yml b/pr-checks/checks/swift-autobuild.yml index a9efe76860..73f065fd7c 100644 --- a/pr-checks/checks/swift-autobuild.yml +++ b/pr-checks/checks/swift-autobuild.yml @@ -6,7 +6,7 @@ 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: diff --git a/pr-checks/checks/swift-custom-build.yml b/pr-checks/checks/swift-custom-build.yml index 9780bde51a..a1427b6dd6 100644 --- a/pr-checks/checks/swift-custom-build.yml +++ b/pr-checks/checks/swift-custom-build.yml @@ -6,7 +6,7 @@ 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: From 45e70e018881f53ace2423c080b482ad94d2dc41 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 5 Dec 2022 08:28:02 +0100 Subject: [PATCH 3/3] Specify v5.7.0 instead of 5.7 --- .github/workflows/__export-file-baseline-information.yml | 2 +- .github/workflows/__multi-language-autodetect.yml | 2 +- .github/workflows/__swift-autobuild.yml | 2 +- .github/workflows/__swift-custom-build.yml | 2 +- pr-checks/checks/export-file-baseline-information.yml | 2 +- pr-checks/checks/multi-language-autodetect.yml | 2 +- pr-checks/checks/swift-autobuild.yml | 2 +- pr-checks/checks/swift-custom-build.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 8f93c92c03..9be43389a2 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -46,7 +46,7 @@ jobs: # 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 a7356f67e5..9df6d57932 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -69,7 +69,7 @@ jobs: # 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 d5a887010d..f641dd4265 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -46,7 +46,7 @@ jobs: # 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 640cf4f8ad..1d69ecabe6 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -52,7 +52,7 @@ jobs: # 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 04e5df0d42..c66e8dd142 100644 --- a/pr-checks/checks/export-file-baseline-information.yml +++ b/pr-checks/checks/export-file-baseline-information.yml @@ -6,7 +6,7 @@ steps: # 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 c99d14dc09..d7732b0e64 100644 --- a/pr-checks/checks/multi-language-autodetect.yml +++ b/pr-checks/checks/multi-language-autodetect.yml @@ -8,7 +8,7 @@ steps: # 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 73f065fd7c..b79edd5b34 100644 --- a/pr-checks/checks/swift-autobuild.yml +++ b/pr-checks/checks/swift-autobuild.yml @@ -10,7 +10,7 @@ steps: # 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 a1427b6dd6..fb1402c945 100644 --- a/pr-checks/checks/swift-custom-build.yml +++ b/pr-checks/checks/swift-custom-build.yml @@ -10,7 +10,7 @@ steps: # 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