Skip to content

Commit fb87ca8

Browse files
authored
switch from main to 0.0.7 for swiftlang workflows (#537)
Motivation * `@main` references to `swiftlang/github-workflows` are deprecated. Modifications * Replace `@main` with `@0.0.7` in all workflow files. Result * Workflow files reference a pinned version of `swiftlang/github-workflows`.
1 parent b6571f3 commit fb87ca8

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
license_header_check_project_name: "SwiftNIO"
1616

0 commit comments

Comments
 (0)