We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d28ce58 + cc5e170 commit 30783d0Copy full SHA for 30783d0
.gitignore
@@ -2,3 +2,7 @@
2
3
#Ignore vscode AI rules
4
.github/copilot-instructions.md
5
+
6
7
+#Ignore vscode AI rules
8
+.github/instructions/codacy.instructions.md
action.yml
@@ -228,7 +228,7 @@ runs:
228
229
- name: "Set Codacy CLI version"
230
shell: bash
231
- run: echo "CODACY_ANALYSIS_CLI_VERSION=7.9.25" >> $GITHUB_ENV
+ run: echo "CODACY_ANALYSIS_CLI_VERSION=7.10.0" >> $GITHUB_ENV
232
- name: "Set script path environment variable"
233
234
run: echo "CLI_SCRIPT_PATH=${{ github.action_path }}/codacy-analysis-cli.sh" >> $GITHUB_ENV
0 commit comments