From 7e4541e0b366a2a3445ecaae772f8eec49bde4d7 Mon Sep 17 00:00:00 2001 From: Jordan Partridge Date: Tue, 16 Dec 2025 13:50:53 -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 866b0bbc..a869c99e 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