Skip to content

Commit 6d127e9

Browse files
Build: Bump actions/checkout from 6.0.2 to 7.0.0 in the github-actions group across 1 directory
Closes gh-1306
1 parent f8b0d2b commit 6d127e9

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/configs/hydra-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
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
}

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/spider-check.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ name: spider-check
22
on:
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
@@ -24,7 +20,7 @@ jobs:
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: |

.github/workflows/typesense.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)