Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 24, 2026

  1. Configuration menu
    Copy the full SHA
    faea714 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. Configuration menu
    Copy the full SHA
    b40e218 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. fixes #322 check for null (#336)

    * fixes #322 check for null
    
    fixes #322 
    
    ig the main issue was an api issue checking for null should work fine
    otherwise we can add semver validation via regex
    
    * chore: added better errors and comments
    Arteiii authored May 12, 2026
    Configuration menu
    Copy the full SHA
    a63497c View commit details
    Browse the repository at this point in the history
  2. Install into $RUNNER_TEMP instead of $HOME (#338)

    $HOME can change between composite-action steps on some runners
    (e.g. self-hosted ones where actions/checkout temporarily overrides
    it), which makes the PATH entry from the setup step point at a
    different directory than the install step writes to. The result is
    'lychee: command not found' even though install reported success.
    
    $RUNNER_TEMP is guaranteed-writable and stable across steps within
    a job, which is exactly what we need here.
    
    Also drops vestigial lychee binary cleanup step.
    
    With $RUNNER_TEMP the install directory is fresh per job, and
    'install -t' overwrites existing files by default, so the explicit
    'rm -f' step is no longer doing anything useful.
    
    Fixes #337
    mre authored May 12, 2026
    Configuration menu
    Copy the full SHA
    6da1d14 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. Bump actions/checkout from 6 to 7 (#339)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    39066c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. Bump actions/cache from 5 to 6 (#340)

    Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    e747777 View commit details
    Browse the repository at this point in the history
Loading