You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a comment: For updatecli: uncomment and set your repo's updatecli bot actor...
a commented # allowed-bot-users: "github-actions[bot]"
User impact
Users following that instruction can reasonably uncomment only allowed-bot-users, which places allowed-bot-users at the job top level (instead of under with:). GitHub Actions rejects this workflow at parse/validation time, so dependency review never runs.
unexpected key "allowed-bot-users" for "job" section ... expected ... "with"
Why this is not by-design
allowed-bot-users is a reusable-workflow input (must be nested under with:). The current examples' comment wording suggests toggling that single line for Updatecli, but does not explicitly require uncommenting/adding with:. This creates a deterministic configuration trap in copy-paste setup.
Suggested fix
Update both example comments to explicitly require with: (or provide an uncommented, valid with: snippet for Updatecli overrides).
Note
🔒 Integrity filter blocked 6 items
The following items were blocked because they don't meet the GitHub integrity level.
#1029search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#1025search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#1024search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#1010search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#461search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#600search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
The Dependency Review examples currently include an Updatecli customization hint that can lead users to create an invalid workflow file.
Affected files
gh-agent-workflows/dependency-review/example.yml(lines 19-27).github/workflows/trigger-dependency-review.yml(lines 21-29)Both files contain:
# with:blockFor updatecli: uncomment and set your repo's updatecli bot actor...# allowed-bot-users: "github-actions[bot]"User impact
Users following that instruction can reasonably uncomment only
allowed-bot-users, which placesallowed-bot-usersat the job top level (instead of underwith:). GitHub Actions rejects this workflow at parse/validation time, so dependency review never runs.Minimal reproduction
Run locally with
actionlint:Observed error:
Why this is not by-design
allowed-bot-usersis a reusable-workflow input (must be nested underwith:). The current examples' comment wording suggests toggling that single line for Updatecli, but does not explicitly require uncommenting/addingwith:. This creates a deterministic configuration trap in copy-paste setup.Suggested fix
Update both example comments to explicitly require
with:(or provide an uncommented, validwith:snippet for Updatecli overrides).Note
🔒 Integrity filter blocked 6 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:What is this? | From workflow: Trigger Bug Hunter
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.