Skip to content

Commit db4bfdf

Browse files
authored
Merge pull request #175 from nanotaboada/feature/codacy-analysis-cli-action
fix: update Codacy Analysis CLI GitHub Action
2 parents 7d78146 + 45061f2 commit db4bfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Execute Codacy Analysis CLI and generate a SARIF output with the security
3535
# issues identified during the analysis
3636
- name: Run Codacy Analysis CLI
37-
uses: codacy/codacy-analysis-cli-action@v4
37+
uses: codacy/codacy-analysis-cli-action@master
3838
with:
3939
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
4040
verbose: true

0 commit comments

Comments
 (0)