From ecdbbdcbd29f443e9de4f984a650746517a068a9 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sat, 11 Oct 2025 23:45:07 +0000 Subject: Add missing 'permissions' to the Validate SQL workflow. --- .github/workflows/validate-sql.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validate-sql.yml b/.github/workflows/validate-sql.yml index e43a572a5..470781385 100644 --- a/.github/workflows/validate-sql.yml +++ b/.github/workflows/validate-sql.yml @@ -12,6 +12,10 @@ on: workflow_call: +permissions: + contents: read + + concurrency: group: validate-sql-${{ github.ref }} cancel-in-progress: true -- cgit v1.2.3-54-g00ecf