Skip to content

(DEMO) HeroDevs EOL Scan NPX #10

(DEMO) HeroDevs EOL Scan NPX

(DEMO) HeroDevs EOL Scan NPX #10

Workflow file for this run

name: (DEMO) HeroDevs EOL Scan NPX
on:
workflow_dispatch: {}
env:
TRACKING_OPT_OUT: 'true'
jobs:
scan:
runs-on: ubuntu-latest
environment: demo
steps:
- name: Checkout repository
uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Run EOL Scan
run: npx @herodevs/cli@beta scan eol --save
- name: Upload artifact
uses: actions/upload-artifact@v5
with:
name: my-eol-report
path: ./herodevs.report.json