coding-interview-university
coding-interview-university copied to clipboard
Bump lycheeverse/lychee-action from 1.4.1 to 2.0.2 in /.github/workflows
Bumps lycheeverse/lychee-action from 1.4.1 to 2.0.2.
Release notes
Sourced from lycheeverse/lychee-action's releases.
Version 2.0.2
What's Changed
- Fix a typos by
@szepeviktorin lycheeverse/lychee-action#257- Document and use correct permissions in the GitHub workflows by
@dschoin lycheeverse/lychee-action#258- Add security policy by
@mondejain lycheeverse/lychee-action#259New Contributors
@szepeviktormade their first contribution in lycheeverse/lychee-action#257@mondejamade their first contribution in lycheeverse/lychee-action#259Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v2...v2.0.2
Version 2.0.1
What's Changed
- Don't remove the lychee config file by
@dmathieuin lycheeverse/lychee-action#255- Bump lycheeverse/lychee-action from 1 to 2 by
@dependabotin lycheeverse/lychee-action#252- Fix variable name in docs by
@kdeldyckein lycheeverse/lychee-action#253New Contributors
@dmathieumade their first contribution in lycheeverse/lychee-action#255Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v2...v2.0.1
Version 2.0.0
Breaking Changes
Note: This release improves the action's robustness by changing default behaviors. Changes are only required if you want to opt out of the new failure conditions. Most users won't need to modify their existing configurations.
Fail pipeline on error by default
We've changed the default behavior: pipelines will now fail on broken links automatically. This addresses user feedback that not failing on broken links was unexpected (see [issue #71](lycheeverse/lychee-action#71)).
What you need to do:
- Update to version 2 of this action to apply this change.
- Users of the
lychee-action@masterbranch don't need to make any changes, asfail: truehas been the default there for a while.- If you prefer the old behavior, explicitly set
failtofalsewhen updating:- name: Link Checker id: lychee uses: lycheeverse/lychee-action@v2 with: fail: false # Don't fail action on broken linksFail pipeline if no links were found
Similar to the above change, we now fail the pipeline if no links are found during a run. This helps warn users about potential configuration issues.
What you need to do:
... (truncated)
Commits
7cd0af4Merge commit from fork8ad54d3fix link762333cCreate SECURITY.md (#259)71a38a3Document and use correct permissions in the GitHub workflows (#258)f141760Fix a typos (#257)2bb2326don't remove the lychee config file (#255)731bf1aFix variable name (#253)e360f3cBump lycheeverse/lychee-action from 1 to 2 (#252)f87f0a6Update version tolycheeverse/lychee-action@v2in docs7da8ec1Test latest lychee version tag (#236)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.