Skip to content

Commit 6aa32ba

Browse files
authored
Merge pull request #331 from sir-gon/develop
[CONFIG] [Github Actions] Sonarcloud Replace "read-all" with specific…
2 parents be86caf + 29803ce commit 6aa32ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)