Skip to content

Commit b4f0513

Browse files
committed
Use commit hash for github workflows
1 parent ff27b2d commit b4f0513

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ env:
1616
# Keep versions in sync with README
1717
SWIFTLINT_VERSION: 0.62.2
1818
SWIFTFORMAT_VERSION: 0.58.6
19+
GITHUB_WORKFLOWS_VERSION: a5ed4ea197a097063371677688296b0c46c318d8 # 0.0.6
1920
jobs:
2021
soundness:
2122
name: soundness
22-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
23+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@${{ env.GITHUB_WORKFLOWS_VERSION }}
2324
with:
2425
docs_check_container_image: swift:6.2.2-noble
2526
format_check_enabled: false
2627
tests:
2728
name: swifttests
28-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
29+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@{{ env.GITHUB_WORKFLOWS_VERSION }}
2930
with:
3031
enable_windows_checks: false
3132
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}, {\"swift_version\": \"6.0\"}, {\"swift_version\": \"6.1\"}]"

0 commit comments

Comments
 (0)