Skip to content

build(deps): bump graphql from 16.3.0 to 16.8.1 #229

build(deps): bump graphql from 16.3.0 to 16.8.1

build(deps): bump graphql from 16.3.0 to 16.8.1 #229

Workflow file for this run

name: gitleaks
on: [push,pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: gitleaks-action
uses: zricethezav/gitleaks-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}