Skip to content

Add support for python 3.12 and 3.13 and drop support for 3.7 (#1950) #7

Add support for python 3.12 and 3.13 and drop support for 3.7 (#1950)

Add support for python 3.12 and 3.13 and drop support for 3.7 (#1950) #7

Workflow file for this run

name: Semgrep
on:
push:
branches:
- main
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Semgrep scan
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
run: semgrep ci