Skip to content

Commit daa3c5e

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/markdownlint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Markdown Lint
22
description: Lint Markdown files
33

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

69
jobs:

0 commit comments

Comments
 (0)