From c3006e45ae09073921343fcb0be66288a720d6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:53:15 +0000 Subject: [PATCH] Bump the swiftlang-actions group with 3 updates Bumps the swiftlang-actions group with 3 updates: [swiftlang/github-workflows/.github/workflows/swift_package_test.yml](https://github.com/swiftlang/github-workflows), [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows) and [swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml](https://github.com/swiftlang/github-workflows). Updates `swiftlang/github-workflows/.github/workflows/swift_package_test.yml` from 0.0.14 to 0.0.15 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.14...0.0.15) Updates `swiftlang/github-workflows/.github/workflows/soundness.yml` from 0.0.14 to 0.0.15 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.14...0.0.15) Updates `swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml` from 0.0.14 to 0.0.15 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.14...0.0.15) --- updated-dependencies: - dependency-name: swiftlang/github-workflows/.github/workflows/swift_package_test.yml dependency-version: 0.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swiftlang-actions - dependency-name: swiftlang/github-workflows/.github/workflows/soundness.yml dependency-version: 0.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swiftlang-actions - dependency-name: swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml dependency-version: 0.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swiftlang-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/pull_request_dependency_check.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 307bb70af..86c3b51e3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: tests: name: Test needs: [soundness, validate_format_config] - uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.14 + uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.15 with: linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}, {"swift_version": "nightly-main"}, {"swift_version": "nightly-6.4.x"}]' macos_xcode_versions: '["swift_6.1", "swift_6.2", "swift_6.3", "swift_6.4"]' @@ -64,7 +64,7 @@ jobs: soundness: name: Soundness - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.14 + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.15 with: shell_check_enabled: false # bug: https://github.com/apple/swift-argument-parser/issues/703 api_breakage_check_enabled: false # re-enable after https://github.com/apple/swift-argument-parser/pull/908 diff --git a/.github/workflows/pull_request_dependency_check.yaml b/.github/workflows/pull_request_dependency_check.yaml index ec7b1f15b..2f8efd7f2 100644 --- a/.github/workflows/pull_request_dependency_check.yaml +++ b/.github/workflows/pull_request_dependency_check.yaml @@ -11,4 +11,4 @@ permissions: jobs: check_dependencies: name: "Check GitHub PR Dependencies" - uses: swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml@0.0.14 + uses: swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml@0.0.15