Update codescan.yml

This commit is contained in:
Shubham malik
2022-03-19 15:46:17 +05:30
committed by GitHub
parent 46017054a3
commit 4740e068c1
+6
View File
@@ -17,8 +17,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
CodeScan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
runs-on: ubuntu-latest
steps:
- name: Checkout repository