chore(deps): update module go:github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.7.2 #80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Claude Renovate Review | |
| permissions: {} | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| claude-renovate-review: | |
| name: Claude Renovate Review | |
| if: github.event.pull_request.user.login == 'renovate[bot]' | |
| timeout-minutes: 30 | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write # required so Claude can comment on Renovate PRs | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | |
| with: | |
| persist-credentials: false | |
| - uses: koki-develop/claude-renovate-review@e3b6fc8f6ce1460c17b70ad0e106ba774d4efc62 # v1.0.8 | |
| with: | |
| claude-code-oauth-token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} | |
| allowed-tools: | | |
| WebFetch(domain:github.com) | |
| WebFetch(domain:raw.githubusercontent.com) | |
| WebFetch(domain:pkg.go.dev) | |
| WebFetch(domain:golang.org) | |
| WebFetch(domain:go.dev) |