Skip to content

Commit 30783d0

Browse files
Merge pull request #144 from codacy/bump-cli-7.10
Bump CLI version to 7.10.0
2 parents d28ce58 + cc5e170 commit 30783d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
#Ignore vscode AI rules
44
.github/copilot-instructions.md
5+
6+
7+
#Ignore vscode AI rules
8+
.github/instructions/codacy.instructions.md

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ runs:
228228
229229
- name: "Set Codacy CLI version"
230230
shell: bash
231-
run: echo "CODACY_ANALYSIS_CLI_VERSION=7.9.25" >> $GITHUB_ENV
231+
run: echo "CODACY_ANALYSIS_CLI_VERSION=7.10.0" >> $GITHUB_ENV
232232
- name: "Set script path environment variable"
233233
shell: bash
234234
run: echo "CLI_SCRIPT_PATH=${{ github.action_path }}/codacy-analysis-cli.sh" >> $GITHUB_ENV

0 commit comments

Comments
 (0)