chore(deps): update fro-bot/agent to v0.98.2 - #325
Merged
Conversation
fro-bot
Bot
force-pushed
the
renovate/github-actions
branch
from
August 10, 2026 02:43
ac80f36 to
744d88d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.98.1→v0.98.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fro-bot/agent (fro-bot/agent)
v0.98.2Compare Source
What's new
The gateway logger now redacts sensitive fields before writing them to the console. Both
GatewayLoggerimplementations in the gateway package —makeLoggerinprogram.tsandCONSOLE_GATEWAY_LOGGERindiscord/client.ts— previously serialized caller-supplied context verbatim, meaning any field namedtokenorclientSecretcould appear in log output. The sameredactSensitiveFieldsfunction the Action runtime already uses is now applied at both sinks, closing a latent gap that surfaced while investigating a CodeQL alert. #1361GitHub's dependency graph parses only direct dependencies from
bun.lock, leaving roughly 94% of the resolved tree — about 1036 of 1169 packages — invisible to Dependabot. A newosv-scanner.yamlworkflow reads the lockfile directly, giving the same coverage that OpenSSF Scorecard already applies in its own scan. The initial run confirmed 24 known advisories across nine transitive packages (tar,undici,fast-uri,ip-address,brace-expansion,nanoid,fast-xml-parser,postcss,js-yaml); Dependabot had reported zero open alerts the entire time. Findings upload to code scanning without failing the job, since a blocking gate would have stopped every pull request from the first run — enabling that is a deliberate one-line change when the team is ready.Those 24 advisories are now cleared. Seven of the nine affected packages already had entries in the root
overridesblock; they had simply drifted below the patched versions — for example,tar's floor was>=7.5.11while the fix landed in7.5.21.nanoidis bounded to<4.0.0rather than left open, because a bare>=3.3.17resolves to6.0.1and would have introduced a breaking change wearing a security fix as cover. Elsewhere the floors are left open-ended and the resolver picks up newer releases. #1364, #1365harness-integrate.yamlgains a top-levelpermissions: {}block, resolving an OpenSSF Scorecard high-severity alert. The workflow's single job already declared its ownid-token: write/contents: readscopes, which replace rather than merge with the workflow-level block — so effective permissions are unchanged today. The value is forward-looking: the broker allowlist pins credentials to this file, so any new job added without its own permissions block will now fail loudly at checkout rather than silently inherit whatever the repository default is. #1359Full changelog
0.98.2 (2026-08-10)
Build System
Bug Fixes
Documentation
Continuous Integration
Configuration
📅 Schedule: (in timezone America/Phoenix)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.