Skip to content

Bump psycopg2-binary from 2.9.9 to 2.9.10 #682

Bump psycopg2-binary from 2.9.9 to 2.9.10

Bump psycopg2-binary from 2.9.9 to 2.9.10 #682

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}