Skip to content

ci: upgrade CodeQL action to v4 (SHA-pinned) - #20

Merged
jackgranatowski merged 2 commits into
mainfrom
ci/codeql-action-v4
Jun 8, 2026
Merged

ci: upgrade CodeQL action to v4 (SHA-pinned)#20
jackgranatowski merged 2 commits into
mainfrom
ci/codeql-action-v4

Conversation

@jackgranatowski

Copy link
Copy Markdown
Contributor

This pull request was created by @kiro-agent on behalf of @jackgranatowski 👻

Comment with /kiro fix to address specific feedback or /kiro all to address everything.
Learn about Kiro Web


Summary

Upgrades the advanced CodeQL workflow to github/codeql-action v4, pinned to a commit SHA.

CI logs on a related run flagged that github/codeql-action@v3:

  • runs on Node.js 20, which Actions forces to Node 24 starting 2026-06-16, and
  • is scheduled for deprecation in December 2026 (changelog).

Changes (only .github/workflows/codeql.yml):

  • github/codeql-action/init and /analyzev4 (411bbbe…)
  • actions/checkout → v6.0.2 SHA (de0fac2…) for consistent supply-chain pinning

No behavioral change to the scan: same languages (javascript-typescript, actions), same security-extended query suite, same triggers.

Notes

Testing

  • Workflow YAML validated (parses cleanly).
  • Diff limited to action-reference lines; reviewed against main.

github/codeql-action v3 runs on Node 20 (forced to Node 24 from 2026-06-16)
and is slated for deprecation in December 2026. Bump init/analyze to v4 and
pin all actions in the workflow to commit SHAs for supply-chain safety.
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jackgranatowski, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 36 minutes and 35 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: d8c9e91c-665c-453f-bdc6-efa72e67e50b

📥 Commits

Reviewing files that changed from the base of the PR and between faa7b91 and 8d8e310.

📒 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-action-v4

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

# Conflicts:
#	.github/workflows/codeql.yml
@jackgranatowski
jackgranatowski merged commit 5c44d59 into main Jun 8, 2026
8 checks passed
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.

2 participants