From 7c0479236b0fff8646eac3a596c659bc8d266dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:56:09 +0000 Subject: [PATCH] Bump swiftlang/github-workflows/.github/workflows/soundness.yml Bumps the swiftlang-actions group with 1 update: [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows). Updates `swiftlang/github-workflows/.github/workflows/soundness.yml` from 0.0.13 to 0.0.14 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.13...0.0.14) --- updated-dependencies: - dependency-name: swiftlang/github-workflows/.github/workflows/soundness.yml dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swiftlang-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 67f57f44..4e925fd2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ on: jobs: soundness: name: Soundness - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.13 + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.14 with: api_breakage_check_enabled: false docs_check_enabled: false