diff --git a/.github/workflows/_static-analysis.yml b/.github/workflows/_static-analysis.yml index 8f7d86799..ce0286f00 100644 --- a/.github/workflows/_static-analysis.yml +++ b/.github/workflows/_static-analysis.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 + - uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1 with: fail: true args: --offline --verbose --no-progress **/*.md diff --git a/.github/workflows/website-links.yml b/.github/workflows/website-links.yml index 226ee91da..7f7922d84 100644 --- a/.github/workflows/website-links.yml +++ b/.github/workflows/website-links.yml @@ -15,7 +15,7 @@ jobs: - name: Check links on website id: lychee - uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 + uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1 with: fail: false args: --verbose --no-progress --exclude-all-private --max-concurrency 1 --retry-wait-time 60 --base https://firezone.dev .