We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1886c09 commit 90f250aCopy full SHA for 90f250a
.github/workflows/codacy-analysis.yml
@@ -17,15 +17,14 @@ on:
17
schedule:
18
- cron: '15 16 * * 2'
19
20
+permissions:
21
+ actions: read
22
+ contents: read
23
+ security-events: write
24
+
25
jobs:
26
codacy-security-scan:
- # Cancel other workflows that are running for the same branch
- # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
- concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
- cancel-in-progress: true
27
name: Codacy Security Scan
28
- timeout-minutes: 120
29
runs-on: ubuntu-latest
30
steps:
31
# Checkout the repository to the GitHub Actions runner
0 commit comments