Compare commits

..

3 Commits

Author SHA1 Message Date
renovate[bot]
dd6029be9f chore(actions): update anthropics/claude-code-action action (v1.0.71 → v1.0.72) (#137) 2026-03-16 14:06:03 +02:00
renovate[bot]
eee5f81643 chore(actions): update ivuorinen/actions action (v2026.03.09 → v2026.03.11) (#138)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-16 13:03:12 +02:00
renovate[bot]
b312c9a296 chore(actions): update dependency golangci/golangci-lint (v2.10.1 → v2.11.3) (#135) 2026-03-15 19:01:22 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Run Claude Code - name: Run Claude Code
id: claude id: claude
uses: anthropics/claude-code-action@5d0cc745cd0cce4c0e9e0b3511de26c3bc285eb5 # v1.0.71 uses: anthropics/claude-code-action@cd77b50d2b0808657f8e6774085c8bf54484351c # v1.0.72
with: with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

View File

@@ -43,5 +43,5 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with: with:
version: v2.10.1 version: v2.11.3
install-mode: goinstall install-mode: goinstall

View File

@@ -52,7 +52,7 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with: with:
version: v2.10.1 version: v2.11.3
install-mode: goinstall install-mode: goinstall
- name: Run integration tests and collect coverage - name: Run integration tests and collect coverage