Skip to content

fix(sec-auto): aikido Fix 8 security issues in @actions/core, @actions/github, undici #81

fix(sec-auto): aikido Fix 8 security issues in @actions/core, @actions/github, undici

fix(sec-auto): aikido Fix 8 security issues in @actions/core, @actions/github, undici #81

Workflow file for this run

name: Lint & Test
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
lint-and-test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
show-progress: false
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version-file: .node-version
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm test