Skip to content

Commit e760ea3

Browse files
committed
fix: revert codacy workflow changes
1 parent 5571307 commit e760ea3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codacy-analysis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525

2626
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2727
- name: Run Codacy Analysis CLI
28-
uses: codacy/[email protected]
29-
28+
uses: codacy/[email protected]
3029
with:
3130
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
3231
# You can also omit the token and run the tools that support default configurations
@@ -42,6 +41,6 @@ jobs:
4241

4342
# Upload the SARIF file generated in the previous step
4443
- name: Upload SARIF results file
45-
uses: github/codeql-action/upload-sarif@v2.22.5
44+
uses: github/codeql-action/upload-sarif@v1
4645
with:
4746
sarif_file: results.sarif

0 commit comments

Comments
 (0)