Skip to content

Commit aead09b

Browse files
committed
fix(sonarqube): move GH token permissions to job
1 parent 95b053c commit aead09b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ env:
1717
PROJECT_FOLDER: "qtribu"
1818
PYTHON_VERSION: 3.9
1919

20-
permissions:
21-
contents: read
22-
2320
jobs:
2421
lint-py:
2522
name: Python 🐍
2623

2724
runs-on: ubuntu-latest
25+
permissions:
26+
contents: read
2827

2928
steps:
3029
- name: Get source code

0 commit comments

Comments
 (0)