From e880485b28c800de65998e8682c1a90beadf4324 Mon Sep 17 00:00:00 2001 From: Jordan Partridge Date: Tue, 16 Dec 2025 13:50:32 -0700 Subject: [PATCH] chore: use Gate @v1 for stable versioning --- .github/workflows/gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml index e3141d0..ca90df1 100644 --- a/.github/workflows/gate.yml +++ b/.github/workflows/gate.yml @@ -15,7 +15,7 @@ jobs: checks: write steps: - uses: actions/checkout@v4 - - uses: synapse-sentinel/gate@master + - uses: synapse-sentinel/gate@v1 with: check: certify coverage-threshold: 100