Commit Graph
7 Commits
Author SHA1 Message Date
CSRBot 5ab3601790 Merge pull request 'chore(deps): pin actions/checkout action to 9c091bb' (#3) from renovate/pin-dependencies into master
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 8s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-link-checker (push) Successful in 23s
Markdown linter / markdown-lint (push) Successful in 30s
2026-08-16 19:17:18 +00:00
CSRBot 7ff7a7fa63 chore(deps): pin actions/checkout action to 9c091bb
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (pull_request) Successful in 6s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 21s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 45s
Markdown linter / markdown-link-checker (push) Successful in 24s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (pull_request) Successful in 10s
Markdown linter / markdown-lint (push) Successful in 14s
Markdown linter / markdown-lint (pull_request) Successful in 20s
Markdown linter / markdown-link-checker (pull_request) Successful in 39s
2026-08-16 19:17:13 +00:00
volker.raschekandCopilot 095f8b5452 fix(renovate): correct repo name and tighten regex in customManagers
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 6s
Markdown linter / markdown-lint (push) Successful in 31s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-link-checker (push) Successful in 22s
The depName and matchStrings referenced "ah-annotations" (with trailing
's') but the repository is named "ah-annotation". Additionally, the
matchStrings patterns used greedy `.+`/`.*` which could capture trailing
whitespace or YAML content beyond the version string. Replace with
`[^\s"']+` to stop at the first delimiter. Escape the dot in
"volker.raschek" to prevent unintended wildcard matching. Add "uses: "
prefix to match the actual README content.

Co-authored-by: Copilot <copilot@github.com>
2026-08-16 21:15:57 +02:00
volker.raschekandCopilot 525214e9c8 fix(install-yq): ensure version check failure aborts script
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 8s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-link-checker (push) Successful in 24s
Markdown linter / markdown-lint (push) Successful in 32s
Move the yq binary version check out of the echo command substitution
into a standalone variable assignment. With set -e, a failed command
inside $() as an argument to echo does not trigger errexit, silently
swallowing errors like "Exec format error". A separate assignment
correctly propagates the failure.

Co-authored-by: Copilot <copilot@github.com>
2026-08-16 21:11:27 +02:00
volker.raschek 97090c553c fix(ci): install different yq binaries
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 7s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 13s
Markdown linter / markdown-link-checker (push) Successful in 23s
Markdown linter / markdown-lint (push) Successful in 33s
2026-08-16 21:09:14 +02:00
volker.raschek c3bb1fea74 fix(ci): install different yq binaries
Install yq / install-yq (amd64, linux) (push) Successful in 20s
Install yq / install-yq (arm64, darwin) (push) Successful in 7s
Install yq / install-yq (amd64, darwin) (push) Successful in 41s
Install yq / install-yq (arm64, linux) (push) Successful in 8s
Markdown linter / markdown-lint (push) Successful in 16s
Markdown linter / markdown-link-checker (push) Successful in 41s
2026-08-16 21:07:50 +02:00
volker.raschek 95dba5662e Initial Commit 2026-08-16 21:04:27 +02:00