Skip to content

Commit 4af762f

Browse files
authored
Switch from main to 0.0.7 for swiftlang soundness workflow (#60)
Motivation: In swiftlang/github-workflows#236, the locations of soundness scripts were changed. As a result, all soundness CI checks currently fail. Modifications: Replace `@main` with `0.0.7` in the soundness CI job declaration. Result: Soundness CI checks will no longer be broken.
1 parent 3cb82a4 commit 4af762f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
soundness:
1212
name: Soundness
13-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
13+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.7
1414
with:
1515
api_breakage_check_container_image: "swift:6.2-noble"
1616
format_check_container_image: "swiftlang/swift:nightly-main-noble" # Needed due to https://github.com/swiftlang/swift-format/issues/1081

0 commit comments

Comments
 (0)