Update codacy.yml

This commit is contained in:
arjundashrath
2022-02-14 13:08:08 +05:30
committed by GitHub
parent 7fb1c31151
commit 4333c79965
+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: