summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 23:45:07 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 23:45:07 +0000
commitecdbbdcbd29f443e9de4f984a650746517a068a9 (patch)
treea9e6b5b6449486622929f1a34590484544fe737c /.github
parentab669f2e76932dc32637c138bb5af3673543af46 (diff)
Add missing 'permissions' to the Validate SQL workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/validate-sql.yml4
1 files changed, 4 insertions, 0 deletions
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