Update pmd.yml

This commit is contained in:
arjundashrath
2022-02-17 08:57:59 +05:30
committed by GitHub
parent 8573ed9cf5
commit 8c75e2d11f
+6
View File
@@ -13,8 +13,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
pmd-code-scan:
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:
- uses: actions/checkout@v2