We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938092e commit be5385cCopy full SHA for be5385c
.github/workflows/test-changes.yml
@@ -204,9 +204,19 @@ jobs:
204
205
call-workflow-codeql:
206
needs: test-source-code
207
- uses: ./.github/workflows/codeql-analysis.yml@master
+ uses: ./.github/workflows/codeql-analysis.yml
208
+ permissions:
209
+ actions: read
210
+ contents: read
211
+ pull-requests: write
212
+ security-events: write
213
214
call-workflow-codacity:
215
- uses: ./.github/workflows/codacy-analysis.yml@master
216
+ uses: ./.github/workflows/codacy-analysis.yml
217
218
219
220
221
222
0 commit comments