Releases: codacy/codacy-analysis-cli-action
Releases · codacy/codacy-analysis-cli-action
v4.4.5
v4.4.4
v4.4.3
v4.4.2
What's Changed
- Fixed some broken links by @mushlih-almubarak in #77
- bump: Bump codacy-analysis-cli to 7.6.4 CY-6112 by @lolgab in #80
- feature: Introduce new versioning scheme
vX.X.X
by @lolgab in #81 - doc: Mention setting up the Go environment DOCS-380 by @prcr in #83
- [SE-140] Add max-tool-memory flag by @heliocodacy in #86
- Bump gosec to v2.13.1 CY-6239 by @stefanvacareanu7 in #87
- Fix typo by @pSub in #82
- doc: Bump supported Go version to 1.19.1 CY-6239 by @prcr in #88
- Update supported languages count by @nicklem in #91
- doc: Improve CLI parameters DOCS-180 by @nicklem in #92
- doc: Flag @codacy/techwriters as owners of README.md DOCS-483 by @nicklem in #93
- added github_token in all requests to github api in action.yml by @DMarinhoCodacy in #96
- removed github-token from action.yaml file by @DMarinhoCodacy in #100
- changed staticcheck URL using github api to artifact TS-214 by @DMarinhoCodacy in #102
- updated Clang-Tidy URL to artifact by @DMarinhoCodacy in #103
- doc: Mention turning on and configuring the client-side tool by @prcr in #106
- moved gosec and fauxpas to artifact by @DMarinhoCodacy in #107
- fix installation staticcheck using official binary by @DMarinhoCodacy in #108
- feature: allow skipping container engine check IO-423 by @pedrocodacy in #110
- close if statement properly by @bjarkebm in #114
- bump cli version by @pedrocodacy in #116
- doc: Update Codacy logo DOCS-594 by @nicklem in #119
- action: prevent globbing with double quotes by @ljmf00 in #68
- Bump cli, staticheck, gosec versions TCE-614 by @stefanvacareanu7 in #124
- TCE-937 add condition to setup go only if the user wants to run staticcheck by @DMarinhoCodacy in #126
- feat: [TCE-1039] Add parameter 'registry-address' in order to support alternative registry addresses by @heliocodacy in #129
New Contributors
- @mushlih-almubarak made their first contribution in #77
- @stefanvacareanu7 made their first contribution in #87
- @pSub made their first contribution in #82
- @nicklem made their first contribution in #91
- @DMarinhoCodacy made their first contribution in #96
- @bjarkebm made their first contribution in #114
- @ljmf00 made their first contribution in #68
Full Changelog: 4.0.2...v4.4.2
Update cli and tool versions
Update versions of:
- staticheck
- gosec
- codacy-analysis-cli
Move tools to artifact
v4.3.0 feat: build for release
Add max-tool-memory flag
v4.2.0 feat: build for release
Introduce new versioning scheme
Now the versions will be published in the form of v4
, v4.1
and v4.1.0
.
Allow running Codacy Standalone tools
This release adds support for running Gosec, Clang-tidy, and many more standalone tools from the action.
Skip Uncommitted Changes
It's now possible to skip uncommitted changes using the flag --skip-uncommitted-files-check