Compare commits

..

2 Commits

Author SHA1 Message Date
588e024036 Merge pull request 'fix(renovate): pin action to v46.1.15' (#10) from fix/renovate-action-pin into main
All checks were successful
CI / ci (push) Successful in 1m45s
2026-06-18 20:34:59 +00:00
eeef089e4a fix(renovate): pin action to a real tag (v46.1.15)
All checks were successful
CI / ci (push) Successful in 1m31s
renovatebot/github-action ships only full semver tags; @v40 was an
invalid ref and the dispatched run failed to resolve it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 22:33:15 +02:00

View File

@@ -18,7 +18,9 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Run Renovate - name: Run Renovate
uses: renovatebot/github-action@v40 # This action publishes only full semver tags (no moving major tag —
# @v46 / @v40 etc. 404). Pin a real release; Renovate keeps it bumped.
uses: renovatebot/github-action@v46.1.15
env: env:
# Self-hosted Gitea, not github.com. # Self-hosted Gitea, not github.com.
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea