Fix repeatedly failing scheduled dependency check #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed problem
The scheduled dependency workflow now fails repeatedly on the unchanged production commit
c159c83a.Observed failed runs include:
Earlier runs for the same commit succeeded, so the failure may be caused by a newly reported dependency vulnerability, registry/network behavior, or runner/toolchain drift. The API does not expose usable job logs for these runs; inspect the Gitea Actions UI before changing dependencies.
Impact
Dependency health is no longer continuously verified and the repository remains red even though build, release dry-run, template compliance, and cleanup pass.
Affected files
.gitea/workflows/dependency-check.ymlpackage.jsonpackage-lock.jsonDockerfileAcceptance criteria