Skip to content

Bump the npm_and_yarn group across 1 directory with 6 updates #59

Bump the npm_and_yarn group across 1 directory with 6 updates

Bump the npm_and_yarn group across 1 directory with 6 updates #59

Workflow file for this run

name: Usage CSV
on:
push:
pull_request:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
id: export
with:
github-token: ${{ secrets.PAT }}
repository: octodemo/vulnerable-node
- uses: austenstone/json-to-csv@main
with:
json-artifact-name: ${{ steps.export.outputs.artifact-name }}
create-artifact: true
artifact-name: "GitHub Security Alerts CSV"