Add explicit permissions to Tcl lint workflow

Added explicit 'contents: read' permission to the workflow to follow
security best practices and address CodeQL security alert.

Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-08 13:27:05 +00:00
parent 96445f754c
commit c4ce56872f
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
tcl-lint:
runs-on: ubuntu-latest
name: Tcl Code Quality
permissions:
contents: read
steps:
- name: Checkout source