diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 23:45:07 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 23:45:07 +0000 |
| commit | ecdbbdcbd29f443e9de4f984a650746517a068a9 (patch) | |
| tree | a9e6b5b6449486622929f1a34590484544fe737c | |
| parent | ab669f2e76932dc32637c138bb5af3673543af46 (diff) | |
Add missing 'permissions' to the Validate SQL workflow.
| -rw-r--r-- | .github/workflows/validate-sql.yml | 4 |
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 |