Update codacy.yml

This commit is contained in:
arjundashrath
2022-02-02 23:49:53 +05:30
committed by GitHub
parent 5cdc69b0e1
commit a76776b484
+6
View File
@@ -22,8 +22,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
codacy-security-scan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
name: Codacy Security Scan
runs-on: ubuntu-latest
steps: