Skip to content

Releases: codacy/codacy-analysis-cli-action

Update cli and tool versions

08 Feb 14:20
Compare
Choose a tag to compare

Update versions of:

  • staticheck
  • gosec
  • codacy-analysis-cli

Move tools to artifact

07 Mar 09:54
Compare
Choose a tag to compare
v4.3.0

feat: build for release

Add max-tool-memory flag

20 Sep 16:18
Compare
Choose a tag to compare
v4.2.0

feat: build for release

Introduce new versioning scheme

15 Jun 09:25
Compare
Choose a tag to compare

Now the versions will be published in the form of v4, v4.1 and v4.1.0.

Allow running Codacy Standalone tools

09 Mar 15:52
f386483
Compare
Choose a tag to compare

This release adds support for running Gosec, Clang-tidy, and many more standalone tools from the action.

Skip Uncommitted Changes

03 Mar 16:18
29e74c9
Compare
Choose a tag to compare

It's now possible to skip uncommitted changes using the flag --skip-uncommitted-files-check

Parallel mode runs now tools in parallel

23 Jul 11:43
0de7704
Compare
Choose a tag to compare

Parallel mode was not working as intended.
Now it spawns multiple Docker instances based on the parallelism level

Fix using the correct commit SHA on pull requests

21 May 11:23
b3451bc
Compare
Choose a tag to compare

Actions triggered on pull requests now send the reports for the correct commit SHA

Fix staticcheck flow that could change go.mod files

11 May 11:06
9d53f2c
Compare
Choose a tag to compare
Merge pull request #59 from codacy/fix/keep-changes-go-mod

fix: Fix possible changes to users' go.mod files CY-4272

Fix standalone tools

04 May 14:40
84fbefe
Compare
Choose a tag to compare

Fixes scenario where gosec does not run leading to failure in the next standalone tools.