Skip to content

ci(codeql): add workflow_dispatch + apply local prettier#73

Merged
jbdevprimary merged 1 commit into
mainfrom
ci/codeql-dispatch
May 6, 2026
Merged

ci(codeql): add workflow_dispatch + apply local prettier#73
jbdevprimary merged 1 commit into
mainfrom
ci/codeql-dispatch

Conversation

@jbdevprimary
Copy link
Copy Markdown
Contributor

Two follow-ups to the workflow that landed in PR #72:

  1. workflow_dispatch trigger so we can manually run scans against branches already behind the Enterprise PRs ruleset.
  2. Single-quoted yaml string to match the local Prettier config.

Two follow-ups to the workflow that landed in PR #72:

  1. workflow_dispatch trigger so we can manually run scans against
     branches already behind the Enterprise PRs ruleset (the rule
     rejects the push that would otherwise trigger the scan —
     classic chicken-and-egg with no other escape hatch).

  2. Single-quoted yaml string at line 71 to match the local
     Prettier config (the canonical version was double-quoted; this
     repo uses singleQuote in its prettier config).
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Warning

Rate limit exceeded

@jbdevprimary has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minute and 42 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8c7c76d4-3e2f-4b9d-86dc-83d7192f1053

📥 Commits

Reviewing files that changed from the base of the PR and between 2df1918 and 5182238.

📒 Files selected for processing (1)
  • .github/workflows/codeql.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/codeql-dispatch

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@amazon-q-developer amazon-q-developer Bot left a comment

Choose a reason for hiding this comment

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

This PR correctly adds workflow_dispatch trigger to enable manual CodeQL scans for branches behind the Enterprise PRs ruleset and updates YAML string formatting to match local Prettier configuration. Both changes function correctly with no defects detected.

Changes Reviewed:

  • Addition of workflow_dispatch trigger with appropriate documentation (lines 28-31)
  • Quote style update for consistency with Prettier configuration (line 75)

No blocking issues found. The changes are ready to merge.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

@jbdevprimary jbdevprimary merged commit b4e0b5f into main May 6, 2026
7 of 9 checks passed
@jbdevprimary jbdevprimary deleted the ci/codeql-dispatch branch May 6, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant