Update codacy/codacy-analysis-cli-action action to v4 #4

Open
renovate wants to merge 1 commits from renovate/codacy-codacy-analysis-cli-action-4.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
codacy/codacy-analysis-cli-action action major 1.1.0 -> v4.4.7

Release Notes

codacy/codacy-analysis-cli-action (codacy/codacy-analysis-cli-action)

v4.4.7: Bump CLI version to 7.9.25

Compare Source

v4.4.6: Adds support for High severity

Compare Source

This release adds support for the newly added High severity

v4.4.5

Compare Source

What's Changed

v4.4.4

Compare Source

What's Changed

v4.4.3

Compare Source

What's Changed

v4.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/codacy/codacy-analysis-cli-action/compare/4.0.2...v4.4.2

v4.4.1

Compare Source

v4.4.0: Update cli and tool versions

Compare Source

Update versions of:

  • staticheck
  • gosec
  • codacy-analysis-cli

v4.3.0: Move tools to artifact

Compare Source

v4.2.0: Add max-tool-memory flag

Compare Source

v4.1.0: Introduce new versioning scheme

Compare Source

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

v4.0.2: Allow running Codacy Standalone tools

Compare Source

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

v4.0.1: Skip Uncommitted Changes

Compare Source

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

v4.0.0: Parallel mode runs now tools in parallel

Compare Source

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

v3.0.3: Fix using the correct commit SHA on pull requests

Compare Source

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

v3.0.2: Fix staticcheck flow that could change go.mod files

Compare Source

v3.0.1: Fix standalone tools

Compare Source

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

v3.0.0: Add support for account API tokens

Compare Source

v2.0.1: Fix SARIF output for tools that returns 0 startLine

Compare Source

v2.0.0: Bump CLI version used in action

Compare Source

  • Bump to CLI version to 5.1.4.
  • Now, when exporting issues to SARIF it no longer downgrades issues' severities for security patterns.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codacy/codacy-analysis-cli-action](https://github.com/codacy/codacy-analysis-cli-action) | action | major | `1.1.0` -> `v4.4.7` | --- ### Release Notes <details> <summary>codacy/codacy-analysis-cli-action (codacy/codacy-analysis-cli-action)</summary> ### [`v4.4.7`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.4.7): Bump CLI version to 7.9.25 [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.6...v4.4.7) ### [`v4.4.6`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.4.6): Adds support for High severity [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.5...v4.4.6) This release adds support for the newly added High severity ### [`v4.4.5`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.4.5) [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.4...v4.4.5) #### What's Changed - Fix export REGISTRY\_ADDRESS env variable by [@&#8203;heliocodacy](https://github.com/heliocodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/133 ### [`v4.4.4`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.4.4) [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.3...v4.4.4) #### What's Changed - update cli version to 7.9.11 by [@&#8203;hjrocha](https://github.com/hjrocha) in https://github.com/codacy/codacy-analysis-cli-action/pull/132 ### [`v4.4.3`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.4.3) [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.2...v4.4.3) #### What's Changed - fix registry-address default value by [@&#8203;hjrocha](https://github.com/hjrocha) in https://github.com/codacy/codacy-analysis-cli-action/pull/131 ### [`v4.4.2`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.4.2) [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.1...v4.4.2) #### What's Changed - Fixed some broken links by [@&#8203;mushlih-almubarak](https://github.com/mushlih-almubarak) in https://github.com/codacy/codacy-analysis-cli-action/pull/77 - bump: Bump codacy-analysis-cli to 7.6.4 CY-6112 by [@&#8203;lolgab](https://github.com/lolgab) in https://github.com/codacy/codacy-analysis-cli-action/pull/80 - feature: Introduce new versioning scheme `vX.X.X` by [@&#8203;lolgab](https://github.com/lolgab) in https://github.com/codacy/codacy-analysis-cli-action/pull/81 - doc: Mention setting up the Go environment DOCS-380 by [@&#8203;prcr](https://github.com/prcr) in https://github.com/codacy/codacy-analysis-cli-action/pull/83 - \[SE-140] Add max-tool-memory flag by [@&#8203;heliocodacy](https://github.com/heliocodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/86 - Bump gosec to v2.13.1 CY-6239 by [@&#8203;stefanvacareanu7](https://github.com/stefanvacareanu7) in https://github.com/codacy/codacy-analysis-cli-action/pull/87 - Fix typo by [@&#8203;pSub](https://github.com/pSub) in https://github.com/codacy/codacy-analysis-cli-action/pull/82 - doc: Bump supported Go version to 1.19.1 CY-6239 by [@&#8203;prcr](https://github.com/prcr) in https://github.com/codacy/codacy-analysis-cli-action/pull/88 - Update supported languages count by [@&#8203;nicklem](https://github.com/nicklem) in https://github.com/codacy/codacy-analysis-cli-action/pull/91 - doc: Improve CLI parameters DOCS-180 by [@&#8203;nicklem](https://github.com/nicklem) in https://github.com/codacy/codacy-analysis-cli-action/pull/92 - doc: Flag [@&#8203;codacy/techwriters](https://github.com/codacy/techwriters) as owners of README.md DOCS-483 by [@&#8203;nicklem](https://github.com/nicklem) in https://github.com/codacy/codacy-analysis-cli-action/pull/93 - added github\_token in all requests to github api in action.yml by [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/96 - removed github-token from action.yaml file by [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/100 - changed staticcheck URL using github api to artifact TS-214 by [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/102 - updated Clang-Tidy URL to artifact by [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/103 - doc: Mention turning on and configuring the client-side tool by [@&#8203;prcr](https://github.com/prcr) in https://github.com/codacy/codacy-analysis-cli-action/pull/106 - moved gosec and fauxpas to artifact by [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/107 - fix installation staticcheck using official binary by [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/108 - feature: allow skipping container engine check IO-423 by [@&#8203;pedrocodacy](https://github.com/pedrocodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/110 - close if statement properly by [@&#8203;bjarkebm](https://github.com/bjarkebm) in https://github.com/codacy/codacy-analysis-cli-action/pull/114 - bump cli version by [@&#8203;pedrocodacy](https://github.com/pedrocodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/116 - doc: Update Codacy logo DOCS-594 by [@&#8203;nicklem](https://github.com/nicklem) in https://github.com/codacy/codacy-analysis-cli-action/pull/119 - action: prevent globbing with double quotes by [@&#8203;ljmf00](https://github.com/ljmf00) in https://github.com/codacy/codacy-analysis-cli-action/pull/68 - Bump cli, staticheck, gosec versions TCE-614 by [@&#8203;stefanvacareanu7](https://github.com/stefanvacareanu7) in https://github.com/codacy/codacy-analysis-cli-action/pull/124 - TCE-937 add condition to setup go only if the user wants to run staticcheck by [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/126 - feat: \[TCE-1039] Add parameter 'registry-address' in order to support alternative registry addresses by [@&#8203;heliocodacy](https://github.com/heliocodacy) in https://github.com/codacy/codacy-analysis-cli-action/pull/129 #### New Contributors - [@&#8203;mushlih-almubarak](https://github.com/mushlih-almubarak) made their first contribution in https://github.com/codacy/codacy-analysis-cli-action/pull/77 - [@&#8203;stefanvacareanu7](https://github.com/stefanvacareanu7) made their first contribution in https://github.com/codacy/codacy-analysis-cli-action/pull/87 - [@&#8203;pSub](https://github.com/pSub) made their first contribution in https://github.com/codacy/codacy-analysis-cli-action/pull/82 - [@&#8203;nicklem](https://github.com/nicklem) made their first contribution in https://github.com/codacy/codacy-analysis-cli-action/pull/91 - [@&#8203;DMarinhoCodacy](https://github.com/DMarinhoCodacy) made their first contribution in https://github.com/codacy/codacy-analysis-cli-action/pull/96 - [@&#8203;bjarkebm](https://github.com/bjarkebm) made their first contribution in https://github.com/codacy/codacy-analysis-cli-action/pull/114 - [@&#8203;ljmf00](https://github.com/ljmf00) made their first contribution in https://github.com/codacy/codacy-analysis-cli-action/pull/68 **Full Changelog**: https://github.com/codacy/codacy-analysis-cli-action/compare/4.0.2...v4.4.2 ### [`v4.4.1`](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.0...v4.4.1) [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.0...v4.4.1) ### [`v4.4.0`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.4.0): Update cli and tool versions [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.3.0...v4.4.0) Update versions of: - staticheck - gosec - codacy-analysis-cli ### [`v4.3.0`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.3.0): Move tools to artifact [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.2.0...v4.3.0) ### [`v4.2.0`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.2.0): Add max-tool-memory flag [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.1.0...v4.2.0) ### [`v4.1.0`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/v4.1.0): Introduce new versioning scheme [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/4.0.2...v4.1.0) Now the versions will be published in the form of `v4`, `v4.1` and `v4.1.0`. ### [`v4.0.2`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/4.0.2): Allow running Codacy Standalone tools [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/4.0.1...4.0.2) This release adds support for running Gosec, Clang-tidy, and many more standalone tools from the action. ### [`v4.0.1`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/4.0.1): Skip Uncommitted Changes [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/4.0.0...4.0.1) It's now possible to skip uncommitted changes using the flag `--skip-uncommitted-files-check` ### [`v4.0.0`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/4.0.0): Parallel mode runs now tools in parallel [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/3.0.3...4.0.0) Parallel mode was not working as intended. Now it spawns multiple Docker instances based on the parallelism level ### [`v3.0.3`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/3.0.3): Fix using the correct commit SHA on pull requests [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/3.0.2...3.0.3) Actions triggered on pull requests now send the reports for the correct commit SHA ### [`v3.0.2`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/3.0.2): Fix staticcheck flow that could change go.mod files [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/3.0.1...3.0.2) ### [`v3.0.1`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/3.0.1): Fix standalone tools [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/3.0.0...3.0.1) Fixes scenario where gosec does not run leading to failure in the next standalone tools. ### [`v3.0.0`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/3.0.0): Add support for account API tokens [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/2.0.1...3.0.0) ### [`v2.0.1`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/2.0.1): Fix SARIF output for tools that returns 0 startLine [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/2.0.0...2.0.1) ### [`v2.0.0`](https://github.com/codacy/codacy-analysis-cli-action/releases/tag/2.0.0): Bump CLI version used in action [Compare Source](https://github.com/codacy/codacy-analysis-cli-action/compare/1.1.0...2.0.0) - Bump to [CLI version to 5.1.4](https://github.com/codacy/codacy-analysis-cli/releases/tag/5.1.4). - Now, when exporting issues to SARIF it no longer downgrades issues' severities for security patterns. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zOC4yIiwidXBkYXRlZEluVmVyIjoiNDEuMzguMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-07-19 14:03:32 +02:00
Update codacy/codacy-analysis-cli-action action to v4
Some checks failed
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 1m34s
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
CodeQL / Analyze (javascript) (pull_request) Failing after 1m4s
Node.js CI / test (15.x) (pull_request) Failing after 1m49s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
26212707ef
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 1m34s
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
CodeQL / Analyze (javascript) (pull_request) Failing after 1m4s
Node.js CI / test (15.x) (pull_request) Failing after 1m49s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/codacy-codacy-analysis-cli-action-4.x:renovate/codacy-codacy-analysis-cli-action-4.x
git checkout renovate/codacy-codacy-analysis-cli-action-4.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcus/dsabot#4
No description provided.