Skip to content

Commit 318667f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
lint-markdown:
8080
name: Lint Markdown
8181
runs-on: ubuntu-24.04
82+
permissions:
83+
contents: read
8284

8385
steps:
8486
- name: Checkout repository

0 commit comments

Comments
 (0)