From 3d87b71e857efc3eb1c36359192f5130a7fa0a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 02:13:05 +0000 Subject: [PATCH] chore(deps): bump swiftlang/github-workflows/.github/workflows/soundness.yml Bumps [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.9...0.0.10) --- updated-dependencies: - dependency-name: swiftlang/github-workflows/.github/workflows/soundness.yml dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index aa93fca..4c73c90 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -117,7 +117,7 @@ jobs: soundness: - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.9 + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.10 needs: install-swiftly with: api_breakage_check_container_image: "swift:${{ needs.install-swiftly.outputs.current_version }}-noble"