Skip to content

Bump undici from 5.28.2 to 5.28.4 in the npm_and_yarn group across 1 directory #47

Bump undici from 5.28.2 to 5.28.4 in the npm_and_yarn group across 1 directory

Bump undici from 5.28.2 to 5.28.4 in the npm_and_yarn group across 1 directory #47

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"