We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9168465 commit 4f0bfb3Copy full SHA for 4f0bfb3
1 file changed
.github/workflows/codacy.yml
@@ -42,7 +42,8 @@ jobs:
42
43
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
44
- name: Run Codacy Analysis CLI
45
- uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e #v4.4.5
+ #uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e #v4.4.5
46
+ uses: codacy/codacy-analysis-cli-action@eb58a98ee4f6df1f874e169f0ab39c77558fcc87 #4.4.6
47
with:
48
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
49
# You can also omit the token and run the tools that support default configurations
0 commit comments