Skip to content

Commit fd0923c

Browse files
Potential fix for code scanning alert no. 10: Workflow does not contain permissions (#12)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 9be713b commit fd0923c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/quality.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
quality:
1111
name: Code Quality Checks
1212
runs-on: ubuntu-24.04
13+
permissions:
14+
contents: read
1315

1416
steps:
1517
- name: Checkout repository
@@ -62,6 +64,8 @@ jobs:
6264
security:
6365
name: Security Scan
6466
runs-on: ubuntu-24.04
67+
permissions:
68+
contents: read
6569

6670
steps:
6771
- name: Checkout repository

0 commit comments

Comments
 (0)