Skip to content

Commit 1f3a998

Browse files
committed
ci: 👷 Update codacy version
1 parent 4ec9563 commit 1f3a998

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# Checkout the repository to the GitHub Actions runner
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v2.0.1
2121

2222
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2323
- name: Run Codacy Analysis CLI
@@ -35,8 +35,3 @@ jobs:
3535
# This will handover control about PR rejection to the GitHub side
3636
max-allowed-issues: 2147483647
3737

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

Comments
 (0)