diff --git a/.github/workflows/links_fail_fast.yml b/.github/workflows/links_fail_fast.yml index 934b618a..3e3f6e40 100644 --- a/.github/workflows/links_fail_fast.yml +++ b/.github/workflows/links_fail_fast.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@9ace499fe66cee282a29eaa628fdac2c72fa087f # https://github.com/lycheeverse/lychee-action#security-tip + uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # https://github.com/lycheeverse/lychee-action#security-tip with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.js' './**/*.ts' fail: true