File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 " 2023-05: twitter.com serves broken redirect-loop" ,
44 " 2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one" ,
55 " 2026-03 code-of-conduct.openjsf.org serves 429 Too Many Requests too often" ,
6- " 2026-03: twitter.com used to serve a broken redirect-loop and we expect x.com to be doing the same"
6+ " 2026-03: twitter.com used to serve a broken redirect-loop and we expect x.com to be doing the same" ,
7+ " 2026-04: packtpub.com returns 403 when accessed from a bot"
78 ],
89 "exclude_scheme_prefixes" : [
910 " https://twitter.com/" ,
1011 " https://api.jquery.com/wp-json/oembed/1.0/embed" ,
1112 " https://code-of-conduct.openjsf.org/" ,
12- " https://x.com/"
13+ " https://x.com/" ,
14+ " https://www.packtpub.com"
1315 ]
1416}
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
21+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2222 - name : Update apt-get cache
2323 run : sudo apt-get update
2424 - name : Install xmllint
Original file line number Diff line number Diff line change @@ -2,14 +2,10 @@ name: spider-check
22on :
33 # Once a week on Friday at 00:00
44 schedule :
5- - cron : ' 0 0 * * 5'
5+ - cron : " 0 0 * * 5"
66 # Or manually
77 workflow_dispatch :
88 # Or when developing this workflow
9- push :
10- paths :
11- - .github/workflows/spider-check.yaml
12- - .github/configs/hydra-config.json
139 pull_request :
1410 paths :
1511 - .github/workflows/spider-check.yaml
2420 MY_SITE : https://api.jquery.com
2521 steps :
2622 - name : Checkout
27- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
23+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2824
2925 - name : Run hydra-link-checker
3026 run : |
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
20+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121 - name : Docsearch Scraper
2222 shell : bash
2323 run : |
You can’t perform that action at this time.
0 commit comments