chore(ci): bump the actions-major group across 1 directory with 5 updates - #6413
chore(ci): bump the actions-major group across 1 directory with 5 updates#6413dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the actions-major group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai/codex-action](https://github.com/openai/codex-action) | `1.11` | `1.12` | | [jdx/mise-action](https://github.com/jdx/mise-action) | `4.2.5` | `4.3.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.7` | `4.37.8` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.7` | `4.37.8` | | [linear/linear-release-action](https://github.com/linear/linear-release-action) | `0.15.1` | `0.16.0` | Updates `openai/codex-action` from 1.11 to 1.12 - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](openai/codex-action@52fe01e...8636508) Updates `jdx/mise-action` from 4.2.5 to 4.3.0 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@3c2e0cf...c2a8761) Updates `github/codeql-action/init` from 4.37.7 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ff2f1c6...db488dd) Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ff2f1c6...db488dd) Updates `linear/linear-release-action` from 0.15.1 to 0.16.0 - [Release notes](https://github.com/linear/linear-release-action/releases) - [Commits](linear/linear-release-action@17b8c24...0a25aba) --- updated-dependencies: - dependency-name: openai/codex-action dependency-version: '1.12' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-major - dependency-name: jdx/mise-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-major - dependency-name: github/codeql-action/init dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-major - dependency-name: github/codeql-action/analyze dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-major - dependency-name: linear/linear-release-action dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2563639148
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| # a completed review (openai/codex-action#150). v1.11 handles the same | ||
| # heavy workload cleanly. There is no released fix above v1.12 yet. | ||
| uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11 | ||
| uses: openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1.12 |
There was a problem hiding this comment.
Keep the Codex action pinned below v1.12
Revert this pin to v1.11 until the documented regression is fixed. As the immediately preceding workflow comment records from openai/codex-action#150, v1.12 can hang after completing a heavy Linux run and writing its output, so this step waits until the 45-minute job timeout and discards a completed review. The same v1.12 pin is also introduced in the adjudication job, allowing either stage to prevent the AI review from being posted.
Useful? React with 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@2563639148d3891fe09912e32dabd03c6c8d8186Preview package for commit |
| # a completed review (openai/codex-action#150). v1.11 handles the same | ||
| # heavy workload cleanly. There is no released fix above v1.12 yet. | ||
| uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11 | ||
| uses: openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1.12 |
There was a problem hiding this comment.
🟡 Severity: MEDIUM
Pinning v1.12 here reintroduces the known Linux completion failure documented in openai/codex-action#150. For sufficiently heavy reviews, Codex writes its output but never exits; this step then times out before validation/artifact upload, so adjudication loses this independent security review.
Helpful? Add 👍 / 👎
💡 Fix Suggestion
Suggestion: Revert the openai/codex-action pin on line 328 back to the v1.11 commit hash (52fe01ec70a42f454c9d2ebd47598f9fd6893d56). The inline comment block at lines 323–327 already documents why v1.12 must not be used: it introduces a confirmed regression (openai/codex-action#150) where a heavy Linux run never exits after Codex writes its output, causing the step to sit idle until the job timeout and losing the completed review. The surrounding comment block's text (# Pinned to v1.11, NOT v1.12) should also be preserved as-is — no change needed there. Only the uses: line itself needs to be reverted.
⚠️ Experimental Feature: This code suggestion is automatically generated. Please review carefully.
| uses: openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1.12 | |
| uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11 |
Bumps the actions-major group with 5 updates in the / directory:
1.111.124.2.54.3.04.37.74.37.84.37.74.37.80.15.10.16.0Updates
openai/codex-actionfrom 1.11 to 1.12Changelog
Sourced from openai/codex-action's changelog.
... (truncated)
Commits
8636508fix: improve runner setup and configuration handlingc385816Retry network errors/transient HTTP errors in GitHub API requests (#128)dd78cb6docs: update CHANGELOG for v1.11 (#117)Updates
jdx/mise-actionfrom 4.2.5 to 4.3.0Release notes
Sourced from jdx/mise-action's releases.
Changelog
Sourced from jdx/mise-action's changelog.
... (truncated)
Commits
c2a8761chore: release v4.3.0 (#605)bfedd87feat: add minimum release age for mise (#604)d62ef60chore(deps): update jdx/renovate-config digest to 75abd12 (#601)42937cechore(deps): lock file maintenance (#599)Updates
github/codeql-action/initfrom 4.37.7 to 4.37.8Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
db488ddMerge pull request #4102 from github/update-v4.37.8-9ee088e131845f5bUpdate changelog for v4.37.89ee088eMerge pull request #4080 from github/henrymercer/studious-giggle1aef003Address review feedback on overlay disk flags508b83bMerge main into overlay minimum disk feature branchd97b342Merge pull request #4098 from github/mbg/permission-error-as-configuration-error47fa622MakeEACCESaConfigurationError45693ccRefactorENOSPCcheck intoisDiskConfigurationErrorfunctionc2fd8f5Merge pull request #4081 from github/mario-campos/version-cache-to-diskc56f48eLog unexpected conditions during caching CLI outputUpdates
github/codeql-action/analyzefrom 4.37.7 to 4.37.8Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
db488ddMerge pull request #4102 from github/update-v4.37.8-9ee088e131845f5bUpdate changelog for v4.37.89ee088eMerge pull request #4080 from github/henrymercer/studious-giggle1aef003Address review feedback on overlay disk flags508b83bMerge main into overlay minimum disk feature branchd97b342Merge pull request #4098 from github/mbg/permission-error-as-configuration-error47fa622MakeEACCESaConfigurationError45693ccRefactorENOSPCcheck intoisDiskConfigurationErrorfunctionc2fd8f5Merge pull request #4081 from github/mario-campos/version-cache-to-diskc56f48eLog unexpected conditions during caching CLI outputUpdates
linear/linear-release-actionfrom 0.15.1 to 0.16.0Release notes
Sourced from linear/linear-release-action's releases.
Commits
0a25abaRelease v0.16.0 (#58)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions