Skip to content

MINOR: [CI] Bump matlab-actions/run-tests from 3.0.0 to 3.1#49811

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/matlab-actions/run-tests-3.1
Open

MINOR: [CI] Bump matlab-actions/run-tests from 3.0.0 to 3.1#49811
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/matlab-actions/run-tests-3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2026

Bumps matlab-actions/run-tests from 3.0.0 to 3.1.

Release notes

Sourced from matlab-actions/run-tests's releases.

v3.1.0

Features

  • If you install and license MATLAB Test™ on your runner, you can view MATLAB code coverage metrics in your GitHub job summary. For more information, see View Test and Coverage Results.
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 3.0.0 to 3.1.
- [Release notes](https://github.com/matlab-actions/run-tests/releases)
- [Commits](matlab-actions/run-tests@4be3345...64426f6)

---
updated-dependencies:
- dependency-name: matlab-actions/run-tests
  dependency-version: '3.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependabot-only github_actions Pull requests that update GitHub Actions code labels Apr 20, 2026
@dependabot dependabot bot requested a review from assignUser as a code owner April 20, 2026 19:00
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Apr 20, 2026
@dependabot dependabot bot requested review from jonkeane, kou and raulcd as code owners April 20, 2026 19:00
@github-actions github-actions bot added the awaiting review Awaiting review label Apr 20, 2026
@kou
Copy link
Copy Markdown
Member

kou commented Apr 20, 2026

@sgilmore10 @kevingurney Could you take a look at this?
The (updated) MATLAB action is blocked again: https://github.com/apache/arrow/actions/runs/24684841092

BTW, how about adding .github/workflows/matlab.yml to the MATLAB related files in .github/CODEOWNERS?

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 02184a5634..45b112f4de 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -25,19 +25,25 @@
 # Arrow Format
 # /format/
 
-## Components
+# Components
+## C GLib
 /c_glib/ @kou
-# /cpp/
+## C++
 /cpp/src/arrow/acero @westonpace
 /cpp/src/arrow/adapters/orc @wgtmac
 /cpp/src/arrow/engine @westonpace
 /cpp/src/arrow/flight/ @lidavidm
 /cpp/src/parquet @wgtmac
+## MATLAB
+/.github/workflows/matlab.yml @kevingurney @kou @sgilmore10
 /matlab/ @kevingurney @kou @sgilmore10
+## Python
 /python/ @AlenkaF @raulcd @rok
 /python/pyarrow/_flight.pyx @lidavidm
 /python/pyarrow/**/*gandiva* @wjones127
+## R
 /r/ @jonkeane @thisisnic
+## Ruby
 /ruby/ @kou
 
 # Docs

@sgilmore10
Copy link
Copy Markdown
Member

Hi @kou - I think this is blocked because v3.1.0 is still a pre-release. It looks like v3.1.0 was added to the list of approved actions, but then removed because it's a pre-release.

BTW, how about adding .github/workflows/matlab.yml to the MATLAB related files in .github/CODEOWNERS?

Yeah, that makes sense. I'll do that!

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

Labels

awaiting review Awaiting review dependencies Dependabot-only github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants