mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-03-18 14:02:05 +00:00
Compare commits
3 Commits
5ffefd45a7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd6029be9f | ||
|
|
eee5f81643 | ||
|
|
b312c9a296 |
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
uses: anthropics/claude-code-action@5d0cc745cd0cce4c0e9e0b3511de26c3bc285eb5 # v1.0.71
|
||||
uses: anthropics/claude-code-action@cd77b50d2b0808657f8e6774085c8bf54484351c # v1.0.72
|
||||
with:
|
||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||
with:
|
||||
version: v2.10.1
|
||||
version: v2.11.3
|
||||
install-mode: goinstall
|
||||
|
||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||
with:
|
||||
version: v2.10.1
|
||||
version: v2.11.3
|
||||
install-mode: goinstall
|
||||
|
||||
- name: Run integration tests and collect coverage
|
||||
|
||||
Reference in New Issue
Block a user