Skip to content

chore(deps): bump lodash from 4.17.4 to 4.17.21 in /packages/elm-0.19-workshop/intro/server #40

chore(deps): bump lodash from 4.17.4 to 4.17.21 in /packages/elm-0.19-workshop/intro/server

chore(deps): bump lodash from 4.17.4 to 4.17.21 in /packages/elm-0.19-workshop/intro/server #40

Workflow file for this run

name: GitLeaks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
scan:
name: GitLeaks Secret Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: GitLeaks Secret Scan
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}