Skip to content

Commit 306ee62

Browse files
committed
fix: update Codacy Analysis CLI GitHub Action
1 parent ae1fa48 commit 306ee62

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)