Skip to content

Update codacy/codacy-analysis-cli-action action to v4.4.7#11

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/codacy-codacy-analysis-cli-action-4.x
Open

Update codacy/codacy-analysis-cli-action action to v4.4.7#11
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/codacy-codacy-analysis-cli-action-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2023

This PR contains the following updates:

Package Type Update Change
codacy/codacy-analysis-cli-action action minor v4.2.0v4.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: codacy/codacy-analysis-cli-action@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.4

Compare Source

v4.3

Compare Source

v4.3.0: Move tools to artifact

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@pull-request-quantifier-deprecated
Copy link
Copy Markdown

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +1 -1
Percentile : 0.8%

Total files changed: 1

Change summary by file extension:
.yml : +1 -1

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@renovate renovate Bot changed the title Update codacy/codacy-analysis-cli-action action to v4.3.0 Update codacy/codacy-analysis-cli-action action to v4.4.0 Feb 8, 2024
@renovate renovate Bot force-pushed the renovate/codacy-codacy-analysis-cli-action-4.x branch from 32727fb to 665a145 Compare February 8, 2024 16:29
@pull-request-quantifier-deprecated
Copy link
Copy Markdown

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +1 -1
Percentile : 0.8%

Total files changed: 1

Change summary by file extension:
.yml : +1 -1

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@renovate renovate Bot changed the title Update codacy/codacy-analysis-cli-action action to v4.4.0 Update codacy/codacy-analysis-cli-action action to v4.4.1 May 8, 2024
@renovate renovate Bot force-pushed the renovate/codacy-codacy-analysis-cli-action-4.x branch from 665a145 to 67023d2 Compare May 8, 2024 11:21
@renovate renovate Bot changed the title Update codacy/codacy-analysis-cli-action action to v4.4.1 Update codacy/codacy-analysis-cli-action action to v4.4.4 Jul 11, 2024
@renovate renovate Bot force-pushed the renovate/codacy-codacy-analysis-cli-action-4.x branch 2 times, most recently from a6234ea to c1ed414 Compare July 12, 2024 15:41
@renovate renovate Bot changed the title Update codacy/codacy-analysis-cli-action action to v4.4.4 Update codacy/codacy-analysis-cli-action action to v4.4.5 Jul 12, 2024
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/codacy-codacy-analysis-cli-action-4.x branch from c1ed414 to 7165300 Compare July 15, 2025 18:27
@renovate renovate Bot changed the title Update codacy/codacy-analysis-cli-action action to v4.4.5 Update codacy/codacy-analysis-cli-action action to v4.4.6 Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/codacy-codacy-analysis-cli-action-4.x branch from 7165300 to 8ce4ada Compare July 17, 2025 18:07
@renovate renovate Bot changed the title Update codacy/codacy-analysis-cli-action action to v4.4.6 Update codacy/codacy-analysis-cli-action action to v4.4.7 Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants