Skip to content

Commit 37ab7dc

Browse files
Potential fix for code scanning alert no. 117: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 7cd5bb9 commit 37ab7dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
quality-check:
9+
permissions:
10+
contents: read
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Checkout git repo

0 commit comments

Comments
 (0)