Skip to content

Commit dddafd1

Browse files
authored
fix(codacy-analysis): use master action
1 parent d59b303 commit dddafd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3535
- name: Run Codacy Analysis CLI
36-
uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e
36+
uses: codacy/codacy-analysis-cli-action@master
3737
with:
3838
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
3939
# You can also omit the token and run the tools that support default configurations

0 commit comments

Comments
 (0)