Skip to content

Commit 5b6d0cd

Browse files
authored
Merge pull request #841 from sir-gon/develop
[CONFIG] [Github Actions] Ssonarcloud Replace "read-all" with specifi…
2 parents a6fa708 + a54fc65 commit 5b6d0cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on: # yamllint disable-line rule:truthy
99
branches: ["main"]
1010
workflow_dispatch:
1111

12-
permissions: read-all
12+
permissions:
13+
contents: read
1314

1415
jobs:
1516
markdownlint:

0 commit comments

Comments
 (0)