Skip to content

Commit 303b594

Browse files
committed
ci: keep ably/features reusable workflow tracking main
Revert the SHA pin on `ably/features/.github/workflows/sdk-features.yml` back to `@main`. This workflow is the SDK feature-spec compliance suite — pinning it freezes the spec under test, which defeats the purpose of running it on every PR. The repo is org-owned and trusted, so the `unpinned-uses` finding is suppressed inline rather than fixed.
1 parent b74cd9d commit 303b594

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/features.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ permissions:
1111

1212
jobs:
1313
build:
14-
uses: ably/features/.github/workflows/sdk-features.yml@6b3fc7a8ede2ebdd7a6325314f3a96c6466f1453 # main as of 2026-05-26
14+
# Track the live SDK feature spec on main rather than pinning.
15+
uses: ably/features/.github/workflows/sdk-features.yml@main # zizmor: ignore[unpinned-uses]
1516
with:
1617
repository-name: ably-dotnet
1718
secrets:

0 commit comments

Comments
 (0)