Skip to content

Commit ccba50a

Browse files
Merge pull request #5 from amd/alex_codeql
added permission to code_q_check.yml
2 parents 798d8d2 + c0e0879 commit ccba50a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code_quality_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# workflow to validate code formatting using pre-commit hooks
22
name: Code Quality Check
33

4+
permissions:
5+
contents: read
6+
47
on: [pull_request]
58

69
jobs:

0 commit comments

Comments
 (0)