ci: bump the actions-minor group across 1 directory with 4 updates - #805
Conversation
|
(aside) |
|
Claude finished @keito4's task in 2m 3s —— View job CI失敗の調査・修正
調査結果失敗しているのは エラー内容: 失敗箇所: - name: Auto-approve minor updates
if: github.actor == 'dependabot[bot]' && steps.metadata.outputs.update-type == 'version-update:semver-minor'
run: |
gh pr review "$PR_URL" --approve --body "Auto-approved: minor version update"minor アップデート時の自動承認コマンドがエラーで終了しているため、ワークフロー全体が失敗しています。なお、patch ステップは 修正方針
方法 A(推奨):リポジトリ設定を有効化Settings → Actions → General → "Allow GitHub Actions to create and approve pull requests" にチェックを入れる これにより 方法 B:ワークフローをエラー耐性のある実装に修正
- name: Auto-approve minor updates
if: github.actor == 'dependabot[bot]' && steps.metadata.outputs.update-type == 'version-update:semver-minor'
run: |
gh pr review "$PR_URL" --approve --body "Auto-approved: minor version update" \
|| echo "::warning::Auto-approve failed. Please approve manually or enable 'Allow GitHub Actions to create and approve pull requests' in repository settings."
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}patch ステップと同様に 方法 B の変更を main ブランチに直接コミットしていただくか、私への権限付与(workflow スコープ)が可能であればお知らせください。 |
|
(aside) |
|
Claude finished @keito4's task in 2m 29s —— View job CI修正対応
調査結果失敗しているワークフロー: 根本原因: 修正内容# 修正前(74行目)
run: |
gh pr review "$PR_URL" --approve --body "Auto-approved: minor version update"
# 修正後
run: |
gh pr review "$PR_URL" --approve --body "Auto-approved: minor version update" \
|| echo "::warning::Auto-approve failed. Enable 'Allow GitHub Actions to create and approve pull requests' in Settings > Actions > General, or approve manually."なぜ自動適用できないか
対処方法(いずれか)方法 A(恒久対処・推奨):リポジトリ設定を変更Settings → Actions → General → "Allow GitHub Actions to create and approve pull requests" にチェック 方法 B(恒久対処):
|
Bumps the actions-minor group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action), [github/codeql-action](https://github.com/github/codeql-action) and [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `anthropics/claude-code-action` from 1.0.133 to 1.0.140 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@787c5a0...fbda2eb) Updates `github/codeql-action` from 4.36.0 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7211b7c...8aad20d) Updates `madrapps/jacoco-report` from 1.7.2 to 1.8.0 - [Release notes](https://github.com/madrapps/jacoco-report/releases) - [Commits](Madrapps/jacoco-report@50d3aff...e51ce1f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: anthropics/claude-code-action dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: madrapps/jacoco-report dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
0bcf56b to
893c6e0
Compare
|
🎉 This PR is included in version 1.116.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Bumps the actions-minor group with 4 updates in the / directory: actions/checkout, anthropics/claude-code-action, github/codeql-action and madrapps/jacoco-report.
Updates
actions/checkoutfrom 6.0.2 to 6.0.3Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
df4cb1cUpdate changelog for v6.0.3 (#2446)1cce339Fix checkout init for SHA-256 repositories (#2439)900f221fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)0c366fdUpdate changelog (#2357)Updates
anthropics/claude-code-actionfrom 1.0.133 to 1.0.140Release notes
Sourced from anthropics/claude-code-action's releases.
Commits
fbda2ebchore: bump Claude Code to 2.1.168 and Agent SDK to 0.3.16864de744chore: bump Claude Code to 2.1.167 and Agent SDK to 0.3.1674101658chore: bump Claude Code to 2.1.166 and Agent SDK to 0.3.16641ea764chore: bump Claude Code to 2.1.165 and Agent SDK to 0.3.1650b1b620chore: bump Claude Code to 2.1.163 and Agent SDK to 0.3.16370a6e52chore: bump Claude Code to 2.1.162 and Agent SDK to 0.3.16236a69b6chore: bump Claude Code to 2.1.161 and Agent SDK to 0.3.161bfad70dci: bump checkout and setup-bun in test workflows to Node 24 releases (#1379)dc081a3chore: bump actions/setup-node from v4.4.0 to v6.4.0 (Node.js 24) (#1377)420335dAdd workload identity federation support to base-action (#1378)Updates
github/codeql-actionfrom 4.36.0 to 4.36.2Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
8aad20dMerge pull request #3949 from github/update-v4.36.2-dcb947ce1f521b08Add additional changelog notes8aeff0fUpdate changelog for v4.36.2dcb947cMerge pull request #3948 from github/update-bundle/codeql-bundle-v2.25.6c251bceAdd changelog note62953c1Update default bundle to codeql-bundle-v2.25.6423b570Merge pull request #3946 from github/dependabot/npm_and_yarn/npm-minor-5d507a...c35d1b1Merge pull request #3947 from github/dependabot/github_actions/dot-github/wor...cb1a588Merge pull request #3937 from github/robertbrignull/waitForProcessing_backoffba47406Merge pull request #3943 from github/henrymercer/cache-cli-version-infoUpdates
madrapps/jacoco-reportfrom 1.7.2 to 1.8.0Release notes
Sourced from madrapps/jacoco-report's releases.
Commits
e51ce1fRelease 1.8.0 (#321)6e277c5Update dependencies - Node 24 (#320)8cd82edBump eslint-plugin-promise from 7.1.0 to 7.3.0 (#314)fe40aedBump@octokit/request-errorfrom 5.1.0 to 5.1.1 (#319)fcffed9Bump globals from 15.14.0 to 17.6.0 (#317)97271b3Bump octokit from 4.0.2 to 5.0.5 (#309)775c401Bump@octokit/request(#312)a4d5c6aBump@octokit/plugin-paginate-rest(#311)5668706Bump webpack-cli from 5.1.4 to 7.0.3 (#308)7783a4eBump@types/nodefrom 22.10.2 to 25.9.1 (#307)