diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 80aa5f1..9374244 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,7 +21,7 @@ jobs: app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }} private-key: ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }} - - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0 + - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1 with: release-type: simple token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/vuepress-build.yml b/.github/workflows/vuepress-build.yml index 997c2d2..ac87cc8 100644 --- a/.github/workflows/vuepress-build.yml +++ b/.github/workflows/vuepress-build.yml @@ -43,7 +43,7 @@ jobs: with: url: ${{ steps.pages.outputs.base_url }} pages_path: . - cmd_params: '--exclude=(mylabs.dev|localhost|stackoverflow.com) --buffer-size=8192 --ignore-fragments --max-connections-per-host=5 --color=always --rate-limit=5 --header="User-Agent:Mozilla" --skip-tls-verification' + cmd_params: '--exclude=(mylabs.dev|localhost|stackoverflow.com) --buffer-size=8192 --ignore-fragments --max-connections-per-host=5 --color=always --rate-limit=5 --header="User-Agent:Mozilla" --skip-tls-verification --timeout=20' - name: Deploy uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 diff --git a/lychee.toml b/lychee.toml index f48df19..182ae79 100644 --- a/lychee.toml +++ b/lychee.toml @@ -31,12 +31,13 @@ exclude = [ # Ignore all URLs with '{ ... }' - BASH / Ansible variable in URL '%7B.*%7D', # Ignore all URLs which starts with 'file://' - 'file://' + 'file://', ] # Exclude these filesystem paths from getting checked exclude_path = [ "CHANGELOG.md", + "package-lock.json", ] # Exclude all private IPs from checking.