Skip to content

Commit 90f250a

Browse files
authored
update: codacy-analysis.yml (#2304)
1 parent 1886c09 commit 90f250a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ on:
1717
schedule:
1818
- cron: '15 16 * * 2'
1919

20+
permissions:
21+
actions: read
22+
contents: read
23+
security-events: write
24+
2025
jobs:
2126
codacy-security-scan:
22-
# Cancel other workflows that are running for the same branch
23-
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
24-
concurrency:
25-
group: ${{ github.workflow }}-${{ github.ref }}
26-
cancel-in-progress: true
2727
name: Codacy Security Scan
28-
timeout-minutes: 120
2928
runs-on: ubuntu-latest
3029
steps:
3130
# Checkout the repository to the GitHub Actions runner

0 commit comments

Comments
 (0)