Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps bats-core/bats-action from 3.0.1 to 4.0.0.

Release notes

Sourced from bats-core/bats-action's releases.

4.0.0

⚠️ Breaking Change

We have stopped passing github ci tokens automatically, if your workflow hits a rate limit follow these steps for authenticated requests.

What's Changed

🏕 Features

👒 Dependencies

New Contributors

Full Changelog: bats-core/bats-action@3.0.1...4.0.0

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)

Summary by cubic

Bumps bats-core/bats-action to v4.0.0 in all CI test workflows. v4 stops auto-passing GITHUB_TOKEN, so pass a token if tests hit GitHub API rate limits.

  • Migration
    • No change needed if tests don’t call GitHub APIs.
    • If you see rate limits, set the action input: github-token: ${{ secrets.GITHUB_TOKEN }}.

Written for commit edd6ab7. Summary will update on new commits.

Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/bats-core/bats-action/releases)
- [Commits](bats-core/bats-action@3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: bats-core/bats-action
  dependency-version: 4.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 Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 13:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 9, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 3 files

Confidence score: 4/5

  • Change is largely safe to merge; the only concern is a workflow auth regression risk in .github/workflows/call-test-containers.yaml.
  • bats-action v4 no longer provides a token, so API calls may become unauthenticated and hit rate limits in CI.
  • Pay close attention to .github/workflows/call-test-containers.yaml` - restore authenticated API access for bats-action.
Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name=".github/workflows/call-test-containers.yaml">

<violation number="1" location=".github/workflows/call-test-containers.yaml:77">
P2: bats-action v4.0.0 no longer passes a GitHub token automatically, so this step now makes unauthenticated API requests. To preserve the previous authenticated behavior and avoid rate-limit failures, pass the workflow token explicitly.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment on lines +77 to 80
uses: bats-core/bats-action@4.0.0
with:
assert-install: false
detik-install: false
Copy link

@cubic-dev-ai cubic-dev-ai bot Feb 9, 2026

Choose a reason for hiding this comment

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

P2: bats-action v4.0.0 no longer passes a GitHub token automatically, so this step now makes unauthenticated API requests. To preserve the previous authenticated behavior and avoid rate-limit failures, pass the workflow token explicitly.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/call-test-containers.yaml, line 77:

<comment>bats-action v4.0.0 no longer passes a GitHub token automatically, so this step now makes unauthenticated API requests. To preserve the previous authenticated behavior and avoid rate-limit failures, pass the workflow token explicitly.</comment>

<file context>
@@ -74,7 +74,7 @@ jobs:
 
       - name: Install BATS
-        uses: bats-core/bats-action@3.0.1
+        uses: bats-core/bats-action@4.0.0
         with:
           assert-install: false
</file context>
Fix with Cubic

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

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants