github: Add ai-watchdog workflow and update other workflows' versions

See #14147
This commit is contained in:
Bjørn Erik Pedersen
2025-11-18 19:05:13 +01:00
parent 38608c7c14
commit 56d7925a97
8 changed files with 31 additions and 17 deletions
+3 -3
View File
@@ -12,13 +12,13 @@ jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: streetsidesoftware/cspell-action@v7
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 # v8.0.0
with:
incremental_files_only: true
strict: true
# cspell uses the .cspell.json configuration file
- uses: codespell-project/actions-codespell@v2
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
check_filenames: true
check_hidden: true