Skip to content

Commit f983197

Browse files
committed
ci: pin down CI workflow from swift lang to 0.0.2, rather than using potentially unstable main branch.
1 parent 796ff25 commit f983197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
jobs:
88
soundness:
99
name: Soundness
10-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
10+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.3
1111
with:
1212
format_check_container_image: swift:6.1.0-noble
1313
license_header_check_enabled: false
1414
api_breakage_check_enabled: false
1515

1616
tests:
1717
name: Tests
18-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
18+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
1919
with:
2020
enable_macos_checks: false
2121
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"

0 commit comments

Comments
 (0)