Skip to content

chore: update CodeQL action to v3#27

Merged
qqpann merged 1 commit into
mainfrom
agent/update-codeql-action-v3
Jul 12, 2026
Merged

chore: update CodeQL action to v3#27
qqpann merged 1 commit into
mainfrom
agent/update-codeql-action-v3

Conversation

@qqpann

@qqpann qqpann commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace the external reusable CodeQL workflow with a repository-local job
  • update CodeQL init, autobuild, and analyze actions from v2 to v3
  • update actions/checkout to v5

Why

The reusable workflow referenced from ryansonshine/ryansonshine@main still uses CodeQL Action v2. GitHub now reports v1 and v2 as deprecated, and the external branch reference prevents this repository from controlling the action versions it runs.

Defining the JavaScript analysis job locally removes that dependency and pins all CodeQL steps to the supported v3 major version.

Validation

  • pnpm check
  • git diff --check
  • confirmed no CodeQL Action v1/v2 references remain in .github/workflows

@qqpann
qqpann marked this pull request as ready for review July 12, 2026 11:40
@qqpann
qqpann merged commit 2d373ef into main Jul 12, 2026
4 checks passed
@qqpann
qqpann deleted the agent/update-codeql-action-v3 branch July 12, 2026 11:40
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