Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/configs/hydra-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"2023-05: twitter.com serves broken redirect-loop",
"2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one",
"2026-03 code-of-conduct.openjsf.org serves 429 Too Many Requests too often",
"2026-03: twitter.com used to serve a broken redirect-loop and we expect x.com to be doing the same"
"2026-03: twitter.com used to serve a broken redirect-loop and we expect x.com to be doing the same",
"2026-04: packtpub.com returns 403 when accessed from a bot"
],
"exclude_scheme_prefixes": [
"https://twitter.com/",
"https://api.jquery.com/wp-json/oembed/1.0/embed",
"https://code-of-conduct.openjsf.org/",
"https://x.com/"
"https://x.com/",
"https://www.packtpub.com"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Update apt-get cache
run: sudo apt-get update
- name: Install xmllint
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/spider-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ name: spider-check
on:
# Once a week on Friday at 00:00
schedule:
- cron: '0 0 * * 5'
- cron: "0 0 * * 5"
# Or manually
workflow_dispatch:
# Or when developing this workflow
push:
paths:
- .github/workflows/spider-check.yaml
- .github/configs/hydra-config.json
pull_request:
paths:
- .github/workflows/spider-check.yaml
Expand All @@ -24,7 +20,7 @@ jobs:
MY_SITE: https://api.jquery.com
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Run hydra-link-checker
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typesense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Docsearch Scraper
shell: bash
run: |
Expand Down