fix(deps): update ghcr.io/codize-dev/nsjail:latest docker digest to d38c6f4 #231
Workflow file for this run
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 to post review comments on pull requests | |
| steps: | |
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | |
| with: | |
| persist-credentials: false | |
| - uses: koki-develop/claude-renovate-review@831fe686c28d0a9a348bc6cf1d5ce86cc7c8f50d # v1.2.0 | |
| with: | |
| claude-code-oauth-token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} | |
| claude-code-settings: | | |
| { "model": "opus" } | |
| allowed-tools: | | |
| WebSearch | |
| WebFetch |