Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency io.github.typesafegithub:github-workflows-kt to v3.1.0 #2081

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.typesafegithub:github-workflows-kt 3.0.2 -> 3.1.0 age adoption passing confidence

Release Notes

typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt)

v3.1.0: 3.1.0

Compare Source

⭐ Features

This release focuses on adding a way to mitigate the binding server's availability issues, if they ever reoccur. This opt-in feature can be used in the following way:

consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
    useLocalBindingsServerAsFallback = true,
),

which will result in adding an alternative path to your consistency check jobs that will be triggered if the original consistency check fails on compiling the script. Enabling this option costs you nothing in terms of extra CI time, if the server is up. If the server is down, it's usually an extra half a minute to up the server and rerun the workflow script.

Example: Screenshot 2025-01-13 at 10 09 49

🛠️ Fixes

None.

💣 Breaking changes

None.

📦 Dependencies


The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: typesafegithub/github-workflows-kt@v3.0.2...v3.1.0


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.

🔕 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.

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.86%. Comparing base (6c584d3) to head (2fd3dbd).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2081   +/-   ##
=========================================
  Coverage     81.86%   81.86%           
  Complexity     4685     4685           
=========================================
  Files           452      452           
  Lines         14666    14666           
  Branches       1846     1846           
=========================================
  Hits          12007    12007           
  Misses         1976     1976           
  Partials        683      683           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants