Skip to content

Commit 95b5a8b

Browse files
authored
Merge pull request #193 from nanotaboada/feature/codeql-issues-8843
fix(ci): permissions for Codacy Security Scan
2 parents 2247afc + c7e66e4 commit 95b5a8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codacy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919

2020
jobs:
2121
codacy-security-scan:
22+
permissions:
23+
actions: read
24+
contents: read
25+
security-events: write
2226
name: Codacy Security Scan
2327
runs-on: ubuntu-latest
2428
steps:

0 commit comments

Comments
 (0)