renovate[bot] and kolaente
c6b6d84ab1
chore(deps): update e18e/action-dependency-diff action to v1.7.1
2026-08-18 09:32:40 +02:00
renovate[bot] and kolaente
af2f735a39
chore(deps): update cachix/install-nix-action action to v31.11.1
2026-08-17 13:31:23 +02:00
renovate[bot] and kolaente
5cf77228e4
chore(deps): update danielroe/provenance-action digest to 2fb14fe
2026-08-17 10:17:04 +02:00
kolaente
10cfb6ae8d
fix: don't tag prerelease docker images as latest
...
The unconditional type=raw,value=latest applied the latest tag to every
pushed git tag, including prereleases like v1.0.0-rc1. Removing it lets
metadata-action's default latest=auto flavor handle it, which only tags
latest for non-prerelease semver versions.
Fixes #2161
2026-08-05 19:17:38 +02:00
8d92393ea3
fix(ci): bump LLM-action fork pin to root-container fix ( #3430 )
...
The auto-label workflow's LLM call succeeds, but the docker action ran
as a non-root user (`USER appuser` in the Dockerfile) and could not
write the runner's `GITHUB_OUTPUT` file:
```
Error: failed to set output: ... open /github/file_commands/set_output_...: permission denied
```
GitHub docker actions must run as root — the runner's file-command files
are owned by the runner user. Fixed in the fork
(tink-bot/LLM-action@8526bab removes the non-root user) and bumped the
pin here.
Failing run:
https://github.com/go-vikunja/vikunja/actions/runs/30904804523/job/91977288580
Co-authored-by: kolaente <k@knt.li >
2026-08-04 13:56:36 +00:00
renovate[bot] and kolaente
15ed7e2dfd
chore(deps): update playwright to v1.62.1
2026-08-03 23:49:13 +02:00
renovate[bot] and kolaente
91ce89d0f3
chore(deps): update danielroe/provenance-action digest to 193227b
2026-08-03 23:48:32 +02:00
renovate[bot] and kolaente
2a9d543442
chore(deps): update pnpm/action-setup action to v6.0.10
2026-08-03 23:47:26 +02:00
kolaente
4c6fb252bc
fix(ci): pin LLM-action to fork with reasoning model support
...
Upstream rejects max_tokens/temperature for gpt-5 series models,
breaking auto-label with gpt-5.6-luna. Pin to the fork carrying
appleboy/LLM-action#24 until it is merged and released.
2026-08-03 23:46:29 +02:00
Tink and GitHub
855f6a24a0
fix(ci): replace retired GitHub Models inference in auto-label workflow ( #3415 )
2026-08-03 12:01:17 +02:00
kolaente
96dd78371d
fix(ci): describe PR head instead of base branch for preview version
...
On pull_request_target, github.sha points to the base branch head, so
gh-describe baked main's version string into the preview image while the
code itself was the PR head. Pass the PR head sha explicitly.
2026-08-02 20:50:36 +02:00
kolaente
cb5b9bd974
fix(ci): tag preview images with the PR head sha
...
Under pull_request_target, github.sha resolves to the base branch tip,
so every PR on the same main tip pushed the same sha-<base> tag and
preview images overwrote each other. DOCKER_METADATA_PR_HEAD_SHA makes
metadata-action use the PR head sha; the deploy comment derives its sha
from the meta output, so its per-commit URLs now match the pushed tag.
Fixes #3407
2026-08-02 19:13:29 +02:00
kolaente
d0a0efd403
ci: auto-regenerate yaegi symbols alongside swagger docs
2026-08-02 16:16:06 +02:00
renovate[bot] and kolaente
06b1c37f18
chore(deps): update docker/login-action action to v4.6.0
2026-07-29 16:41:16 +02:00
renovate[bot] and kolaente
d62ce215fa
chore(deps): update docker/login-action action to v4.5.2
2026-07-29 09:22:50 +02:00
kolaente
b506dfe792
ci: drop unused contents: write from generate-swagger-docs
...
The job pushes with the SSH deploy key configured by actions/checkout's
ssh-key input, so GITHUB_TOKEN is never used for writes. Scope it down to
contents: read.
2026-07-28 10:42:15 +02:00
renovate[bot] and kolaente
d3352112e2
chore(deps): update actions/stale action to v11
2026-07-28 06:49:24 +00:00
renovate[bot] and kolaente
d3b9e6d2f3
chore(deps): update danielroe/provenance-action digest to ec1767b
2026-07-28 06:49:11 +00:00
renovate[bot] and Tink
c93dad77ac
chore(deps): update playwright to v1.62.0
2026-07-28 04:02:27 +00:00
renovate[bot] and kolaente
b95b098409
chore(deps): update danielroe/provenance-action digest to b793421
2026-07-27 11:39:04 +00:00
renovate[bot] and Tink
e88ba5a58f
chore(deps): update docker/login-action action to v4.5.1
2026-07-24 17:10:02 +00:00
renovate[bot] and Tink
2e1215281f
chore(deps): update crowdin/github-action action to v2.17.0
2026-07-24 16:05:23 +00:00
renovate[bot] and kolaente
4688991e0d
chore(deps): update docker/login-action action to v4.5.0
2026-07-24 06:44:41 +00:00
renovate[bot] and kolaente
d39ec74e67
chore(deps): update danielroe/provenance-action digest to fcc45fd
2026-07-21 21:41:40 +00:00
renovate[bot] and kolaente
ee2dd1baab
chore(deps): update danielroe/provenance-action digest to 8ecbdd2
2026-07-21 05:59:39 +00:00
renovate[bot] and kolaente
34c1cf30cf
chore(deps): update actions/checkout action to v7.0.1
2026-07-21 05:59:31 +00:00
renovate[bot] and kolaente
ab29478192
chore(deps): update postgres:18 docker digest to 3a82e1f
2026-07-20 06:38:57 +00:00
renovate[bot] and kolaente
4d8b7255e7
chore(deps): update crowdin/github-action action to v2.16.4
2026-07-18 10:42:37 +00:00
renovate[bot] and Tink
838c405667
chore(deps): update actions/setup-node action to v7
2026-07-17 22:35:33 +00:00
renovate[bot] and kolaente
37cf59edf5
chore(deps): update actions/setup-go action to v7
2026-07-17 22:30:01 +00:00
renovate[bot] and kolaente
95b7e673fb
chore(deps): update actions/setup-node action to v6.5.0
2026-07-17 10:53:35 +00:00
renovate[bot] and kolaente
2fa058fccb
chore(deps): update postgres:18 docker digest to 32ca0af
2026-07-17 10:53:06 +00:00
renovate[bot] and kolaente
42d6f1fbd6
chore(deps): update cachix/install-nix-action action to v31.11.0
2026-07-15 15:48:36 +00:00
renovate[bot] and kolaente
8a3f151f75
chore(deps): update postgres:18 docker digest to b913fd5
2026-07-15 10:11:22 +00:00
kolaente
5742068757
chore(ci): don't report duplicate dependencies
2026-07-15 12:19:41 +02:00
renovate[bot] and kolaente
05ad8049ef
chore(deps): update softprops/action-gh-release action to v3.0.2
2026-07-15 09:15:49 +00:00
renovate[bot] and kolaente
0f451aae73
chore(deps): update danielroe/provenance-action digest to 97ee003
2026-07-15 09:15:36 +00:00
renovate[bot] and kolaente
89133cd074
chore(deps): update actions/stale action to v10.4.0
2026-07-10 12:52:37 +00:00
renovate[bot] and kolaente
7c05161a78
chore(deps): update cachix/install-nix-action action to v31.10.7
2026-07-10 12:52:08 +00:00
kolaente and GitHub
fb55bf2a79
Extract golangci-lint setup into reusable action ( #3142 )
2026-07-09 15:17:35 +02:00
renovate[bot] and kolaente
fb79de94d5
chore(deps): update postgres:18 docker digest to 22c89fe
2026-07-08 17:34:31 +00:00
renovate[bot] and kolaente
58b2e68981
chore(deps): update postgres:18 docker digest to 3111367
2026-07-08 12:39:10 +00:00
renovate[bot] and kolaente
33666d8fdc
chore(deps): update danielroe/provenance-action digest to da28a90
2026-07-08 12:38:15 +00:00
renovate[bot] and Tink
7c65960c85
chore(deps): update docker/login-action action to v4.4.0
2026-07-03 14:27:17 +00:00
renovate[bot] and kolaente
ffcdee336c
chore(deps): update danielroe/provenance-action digest to 83ae780
2026-07-02 17:15:15 +00:00
renovate[bot] and kolaente
7f74f1e174
chore(deps): update pnpm/action-setup action to v6
2026-07-02 15:34:30 +00:00
renovate[bot] and kolaente
43adb94e3f
chore(deps): update softprops/action-gh-release action to v3
2026-07-02 15:34:18 +00:00
renovate[bot] and Tink
4b7e747169
chore(deps): update docker/setup-buildx-action action to v4.2.0
2026-07-02 13:59:25 +00:00
renovate[bot] and Tink
2eaa019e64
chore(deps): update docker/metadata-action action to v6.2.0
2026-07-02 13:54:29 +00:00
renovate[bot] and Tink
6199189955
chore(deps): update docker/login-action action to v4.3.0
2026-07-02 10:32:16 +00:00