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 4ec9563 commit 1f3a998Copy full SHA for 1f3a998
.github/workflows/codacy-analysis.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
# Checkout the repository to the GitHub Actions runner
19
- name: Checkout code
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.0.1
21
22
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
23
- name: Run Codacy Analysis CLI
@@ -35,8 +35,3 @@ jobs:
35
# This will handover control about PR rejection to the GitHub side
36
max-allowed-issues: 2147483647
37
38
- # Upload the SARIF file generated in the previous step
39
- - name: Upload SARIF results file
40
- uses: github/codeql-action/upload-sarif@v1
41
- with:
42
- sarif_file: results.sarif
0 commit comments