chore(ci): bump the actions-major group across 1 directory with 4 updates - #6387
chore(ci): bump the actions-major group across 1 directory with 4 updates#6387dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the actions-major group with 4 updates in the / directory: [openai/codex-action](https://github.com/openai/codex-action), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [linear/linear-release-action](https://github.com/linear/linear-release-action). 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 `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: 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: 4e4f4720a7
ℹ️ 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
For heavy Linux reviews, this restores the exact v1.12 regression that the immediately preceding change fixed: the workflow's own lines 323–327 document upstream issue #150, where Codex writes its output but never returns and the job eventually times out. The same bad upgrade is repeated for adjudication at line 492, so a sufficiently heavy PR can lose both the independent Codex result and the final merged review; retain the v1.11 SHA until a release containing the upstream fix is available.
Useful? React with 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@4e4f4720a7dfd591a674dfe0a77cf2d0c4a01f06Preview 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
Changing this security-review invocation to v1.12 enables the known Linux completion regression (upstream issue #150): after Codex writes the output file, the step can run until timeout, so post-review never executes. A PR-controlled diff/prompt can trigger this and omit security findings.
Helpful? Add 👍 / 👎
💡 Fix Suggestion
Suggestion: Revert the openai/codex-action pin from v1.12 back to v1.11 by replacing the commit SHA 86365089eb2b84e0a8fb0717b304f8bdcb13b20e with the v1.11 SHA 52fe01ec70a42f454c9d2ebd47598f9fd6893d56. The repository's own inline comments (lines 322-327) explicitly document that v1.12 must NOT be used due to a confirmed completion regression (openai/codex-action#150) where heavy Linux runs hang until job timeout, causing security findings to be silently discarded. This Dependabot bump should be rejected/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 4 updates in the / directory: openai/codex-action, github/codeql-action/init, github/codeql-action/analyze and linear/linear-release-action.
Updates
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
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