Skip to content

Fixing code scanning #24#1760

Merged
aaronpowell merged 1 commit into
stagedfrom
code-scanning-alerts
May 19, 2026
Merged

Fixing code scanning #24#1760
aaronpowell merged 1 commit into
stagedfrom
code-scanning-alerts

Conversation

@aaronpowell

Copy link
Copy Markdown
Contributor

Using deterministic npm install process.

Copilot AI review requested due to automatic review settings May 19, 2026 02:04
@github-actions github-actions Bot added the workflow PR touches workflow automation label May 19, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR makes the README validation workflow use a deterministic dependency install, aligning it with other workflows that rely on the lockfile.

Changes:

  • Replaces npm install with npm ci in .github/workflows/validate-readme.yml.
Show a summary per file
File Description
.github/workflows/validate-readme.yml Uses lockfile-based dependency installation during README validation.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@aaronpowell aaronpowell merged commit 3b9e5e1 into staged May 19, 2026
14 checks passed
@aaronpowell aaronpowell deleted the code-scanning-alerts branch May 19, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow PR touches workflow automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants