Skip to content

Bump express from 4.19.2 to 4.21.0 in /spotlight-client (#655) #175

Bump express from 4.19.2 to 4.21.0 in /spotlight-client (#655)

Bump express from 4.19.2 to 4.21.0 in /spotlight-client (#655) #175

Workflow file for this run

name: nightfalldlp
on:
push:
branches:
- main
pull_request:
jobs:
nightfalldlp:
name: nightfalldlp
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repo Action
uses: actions/checkout@v2
- name: nightfallDLP action step
uses: nightfallai/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NIGHTFALL_API_KEY: ${{ secrets.NIGHTFALL_API_KEY }}
EVENT_BEFORE: ${{ github.event.before }}