Skip to content

Commit 4c20c10

Browse files
committed
ci: pin supabase/sdk validate-capabilities workflow to v1.0.0
supabase/sdk cut its first tagged release, v1.0.0. Pin the reusable validate-capabilities workflow ref to that release's commit SHA with a version comment instead of a floating @main ref. Dependabot's github-actions ecosystem (already configured here) picks up the version comment and will open PRs to bump this as supabase/sdk cuts new releases.
1 parent 0490201 commit 4c20c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-capabilities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
validate:
15-
uses: supabase/sdk/.github/workflows/validate-sdk-compliance-python.yml@main
15+
uses: supabase/sdk/.github/workflows/validate-sdk-compliance-python.yml@93b52588ffda761e61b22cebfc3e5e29aa3cb3f4 # v1.0.0
1616
with:
1717
griffe-packages: >-
1818
supabase supabase_auth postgrest storage3 realtime supabase_functions

0 commit comments

Comments
 (0)