-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): bump bats-core/bats-action from 3.0.1 to 4.0.0 #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): bump bats-core/bats-action from 3.0.1 to 4.0.0 #202
Conversation
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>
There was a problem hiding this 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-actionv4 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.
| uses: bats-core/bats-action@4.0.0 | ||
| with: | ||
| assert-install: false | ||
| detik-install: false |
There was a problem hiding this comment.
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>
Bumps bats-core/bats-action from 3.0.1 to 4.0.0.
Release notes
Sourced from bats-core/bats-action's releases.
Commits
77d6fb6use 4.0.0 tags in README.md6709b66allow disabling the github token (#66)6371195Bump the actions group with 5 updates (#64)45fc52c[create-pull-request] automated change (#23)286adeaAllow configuring the github-token used (#60)7c1220dremove ubuntu 20.04 from test matrix (#63)c33286cdocs: bump bats and checkout actions (#47)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 this major versionwill 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 versionwill 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 dependencywill 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.
Written for commit edd6ab7. Summary will update on new commits.