Skip to content

Add pinned PR CI security baseline#1

Merged
dejaguarkyng merged 2 commits into
mainfrom
codex/pr-ci-security-baseline
Jun 1, 2026
Merged

Add pinned PR CI security baseline#1
dejaguarkyng merged 2 commits into
mainfrom
codex/pr-ci-security-baseline

Conversation

@dejaguarkyng
Copy link
Copy Markdown
Collaborator

Summary

  • add pinned PR CI that calls the Jungle Grid reusable Node workflow
  • run the repository's real npm lint and build scripts
  • add CodeQL analysis for JavaScript/TypeScript and weekly Dependabot updates for GitHub Actions and npm

Validation

  • git diff --check
  • Ruby YAML parse for workflow and Dependabot files
  • python3 -m json.tool package.json
  • Node/npm commands were not runnable in the local environment because node/npm are not installed; GitHub Actions will run npm ci, npm run lint, and npm run build

Security

  • least-privilege workflow permissions
  • no secrets are passed to PR CI
  • no deployment workflow or production credentials are introduced
  • external actions and reusable workflow calls are pinned to full commit SHAs

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@dejaguarkyng dejaguarkyng merged commit a840791 into main Jun 1, 2026
3 checks passed
@dejaguarkyng dejaguarkyng deleted the codex/pr-ci-security-baseline branch June 1, 2026 17:21
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