Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 25abd50

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: [push, pull_request]
55
jobs:
66
commitlint:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
810
steps:
911
- uses: actions/checkout@v4
1012
with:

0 commit comments

Comments
 (0)