Skip to content

Commit 99ffd68

Browse files
authored
Fix ci workflow failure (#2325)
## Which issue does this PR close? - Closes #. ## What changes are included in this PR? Our current ci failed due to an audit issue, see: #2321 . This pr fix the ci failure. ## Are these changes tested? CI.
1 parent d472bf8 commit 99ffd68

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ on:
3737
- cron: '0 0 * * *'
3838

3939
permissions:
40+
# All other permissions are set to none
4041
contents: read
42+
checks: write
43+
issues: write
4144

4245
jobs:
4346
security_audit:

0 commit comments

Comments
 (0)