Skip to content

chore(deps): bump django-pghistory from 2.7.0 to 3.2.0 #86

chore(deps): bump django-pghistory from 2.7.0 to 3.2.0

chore(deps): bump django-pghistory from 2.7.0 to 3.2.0 #86

Workflow file for this run

name: Semgrep
on: [push, pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
steps:
- uses: actions/checkout@v3
with:
ref: main
- name: Semgrep
id: semgrep
uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}