Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/setup-go action minor v5.3.0 -> v5.5.0 age confidence
alpine final minor 3.21.3 -> 3.22.0 age confidence
alpine stage minor 3.21.3 -> 3.22.0 age confidence
codecov/codecov-action action minor v5.3.1 -> v5.4.3 age confidence
elgohr/Publish-Docker-Github-Action action digest eb53b3e -> 4feac4d
github.com/Masterminds/semver/v3 require minor v3.3.1 -> v3.4.0 age confidence
github.com/spf13/afero require minor v1.12.0 -> v1.14.0 age confidence
github.com/urfave/cli/v2 require patch v2.27.5 -> v2.27.7 age confidence
github/codeql-action action minor v3.28.10 -> v3.29.2 age confidence
reviewdog/action-golangci-lint action minor v2.7.0 -> v2.8.0 age confidence

Release Notes

actions/setup-go (actions/setup-go)

v5.5.0

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Dependency updates :

New Contributors

Full Changelog: actions/setup-go@v5...v5.4.0

codecov/codecov-action (codecov/codecov-action)

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

spf13/afero (github.com/spf13/afero)

v1.14.0

Compare Source

What's Changed

Full Changelog: spf13/afero@v1.13.0...v1.14.0

v1.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.12.0...v1.13.0

urfave/cli (github.com/urfave/cli/v2)

v2.27.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

v2.27.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.5...v2.27.6

github/codeql-action (github/codeql-action)

v3.29.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.2 - 30 Jun 2025
  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​2935

See the full CHANGELOG.md for more information.

v3.29.1

Compare Source

v3.29.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.0 - 11 Jun 2025
  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

v3.28.19

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.19 - 03 Jun 2025
  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

v3.28.17

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.17 - 02 May 2025
  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

v3.28.16

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.16 - 23 Apr 2025

  • Update default CodeQL bundle version to 2.21.1. #​2863

See the full CHANGELOG.md for more information.

v3.28.15

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.15 - 07 Apr 2025
  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #​2842

See the full CHANGELOG.md for more information.

v3.28.14

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #​2838

See the full CHANGELOG.md for more information.

v3.28.13

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.13 - 24 Mar 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.12

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.12 - 19 Mar 2025

  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #​2810

See the full CHANGELOG.md for more information.

v3.28.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.11 - 07 Mar 2025

  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

reviewdog/action-golangci-lint (reviewdog/action-golangci-lint)

v2.8.0

Compare Source

v2.8.0: PR #​779 - fix: migrate to golangci-lint v2

v2.7.2

Compare Source

What's Changed

Full Changelog: reviewdog/action-golangci-lint@v2.7.1...v2.7.2

v2.7.1

Compare Source

v2.7.1: PR #​768 - Pin GitHub Actions with commit SHA using pinact


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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 27, 2025 01:55
@renovate renovate bot added the dependencies Indicates a change to dependencies label Feb 27, 2025
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.38%. Comparing base (4a64526) to head (1c61e05).
Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (46.38%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   46.38%   46.38%           
=======================================
  Files           7        7           
  Lines         470      470           
=======================================
  Hits          218      218           
  Misses        238      238           
  Partials       14       14           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 83339b4 to b3b167d Compare March 4, 2025 16:10
@renovate renovate bot changed the title chore(deps): update codecov/codecov-action action to v5.4.0 fix(deps): update all non-major dependencies Mar 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 737cc9b to 80bb62f Compare March 10, 2025 19:34
Copy link
Contributor Author

renovate bot commented Mar 10, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.5 -> v2.0.7
golang.org/x/text v0.22.0 -> v0.23.0

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 1b3395f to 1b85eec Compare March 15, 2025 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 49b80c1 to a71c3c9 Compare March 24, 2025 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from a71c3c9 to fa44da0 Compare March 25, 2025 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 187c1fa to 994b787 Compare April 7, 2025 23:12
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from fe6789d to 38b42b2 Compare April 14, 2025 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 38b42b2 to 591490b Compare April 23, 2025 12:43
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 69b5979 to 4b0af0e Compare May 8, 2025 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from e00ea38 to a45ef91 Compare May 16, 2025 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from a45ef91 to cadb328 Compare May 22, 2025 23:44
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from addaee0 to 87d1312 Compare June 3, 2025 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 7ca9af7 to 4d01633 Compare June 14, 2025 05:08
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 4d01633 to 31a7bdf Compare June 27, 2025 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 31a7bdf to 1c61e05 Compare June 30, 2025 16:07
@KellyMerrick KellyMerrick merged commit e627632 into main Jul 9, 2025
8 of 11 checks passed
@KellyMerrick KellyMerrick deleted the renovate/all-minor-patch-digest-pin branch July 9, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants