GitHub Actions
2 guides tagged “GitHub Actions”.
- How to Set Up a CI/CD Pipeline With GitHub Actions A step-by-step GitHub Actions tutorial: build and test a Node.js app on every push and deploy on release. Includes a working workflow file.
- How to Add SAST Scanning to a GitHub Repo Add SAST to a GitHub repo with CodeQL or Semgrep, block on critical findings, and tune the noise. A practical, copy-pasteable tutorial.