Skip to content

chore(deps): bump actions/github-script from 7.1.0 to 9.0.0#54

Open
dependabot[bot] wants to merge 10 commits into
mainfrom
dependabot/github_actions/actions/github-script-9.0.0
Open

chore(deps): bump actions/github-script from 7.1.0 to 9.0.0#54
dependabot[bot] wants to merge 10 commits into
mainfrom
dependabot/github_actions/actions/github-script-9.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Summary

Automated dependency/workflow update for jscraik/rSearch PR #54. Scope is limited to the version bump in this branch.

Checklist

  • Change scope reviewed and limited to dependency/workflow updates.
  • No runtime feature behavior changes intended by this PR.
  • Follow-up validation is tracked via CI checks on this PR.

Testing

  • CI is the validation source for this automation-driven update.
  • No additional local test run was performed in this pass.

Review artifacts

Notes

This body was updated to satisfy repository PR template requirements so checks can evaluate the actual code/workflow changes.

Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.1.0...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates github_actions Pull requests that update GitHub Actions code labels Apr 13, 2026
@dependabot dependabot Bot requested a review from jscraik as a code owner April 13, 2026 06:18
@dependabot dependabot Bot added dependencies Dependency updates github_actions Pull requests that update GitHub Actions code labels Apr 13, 2026
jscraik and others added 2 commits April 13, 2026 20:50
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d1879b6857

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/pr-pipeline.yml Outdated
Comment thread .github/workflows/pr-pipeline.yml Outdated
Co-authored-by: Codex <noreply@openai.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 02255915f6

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json Outdated
jscraik and others added 2 commits April 13, 2026 21:57
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5491f2bd31

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/docs-lint.sh Outdated
Co-authored-by: Codex <noreply@openai.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: abcf39bdfd

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/docs-lint.sh Outdated

if [[ -n "${CI_BASE_SHA:-}" && -n "${CI_HEAD_SHA:-}" ]]; then
mapfile -d '' changed_markdown < <(
git diff --name-only -z "$CI_BASE_SHA" "$CI_HEAD_SHA" -- '*.md'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use merge-base when selecting changed markdown files

Switch this diff to merge-base semantics (A...B or --merge-base) before filtering Markdown paths. git diff -h distinguishes <commit> <commit> from <commit>...<commit>, and the current two-commit form compares full tip trees; on an out-of-date PR branch it includes docs changed only on the base branch, so docs:lint can fail for Markdown files the PR did not touch. This makes the check non-deterministic with respect to PR content and creates false failures.

Useful? React with 👍 / 👎.

Keep the Dependabot actions/github-script v9 upgrade while preserving a docs-lint wrapper that supports staged pre-commit linting.

Validation: make hooks-pre-commit

Validation: pnpm lint

Validation: pnpm typecheck

Validation: git diff --cached --check

Co-authored-by: Codex <noreply@openai.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.

Match the GitHub check job installation path so npm run check does not invoke Corepack/pnpm during CI.

Validation: npm run check

Co-authored-by: Codex <noreply@openai.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.

Resolve docs lint, audit, and generated diagram conflicts while preserving the github-script action upgrade.

Co-authored-by: Codex <noreply@openai.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant