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 9a28958 commit e3356c7Copy full SHA for e3356c7
.github/workflows/codacy-analysis.yaml
@@ -2,9 +2,9 @@ name: Codacy Security Scan
2
3
on:
4
push:
5
- branches: [ "master", "main" ]
+ branches: ["master", "main"]
6
pull_request:
7
8
9
jobs:
10
codacy-security-scan:
@@ -24,10 +24,9 @@ jobs:
24
# Force 0 exit code to allow SARIF file generation
25
# This will handover control about PR rejection to the GitHub side
26
max-allowed-issues: 2147483647
27
-
+
28
# Upload the SARIF file generated in the previous step
29
- name: Upload SARIF results file
30
- uses: github/codeql-action/upload-sarif@master
+ uses: github/codeql-action/upload-sarif@main
31
with:
32
sarif_file: results.sarif
33
0 commit comments