Skip to content

[Snyk] Security upgrade jinja2 from 3.1.4 to 3.1.5 #153

[Snyk] Security upgrade jinja2 from 3.1.4 to 3.1.5

[Snyk] Security upgrade jinja2 from 3.1.4 to 3.1.5 #153

Workflow file for this run

on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
paths:
- .github/workflows/semgrep.yml
name: Semgrep
jobs:
semgrep:
if: github.repository == 'xlwings/xlwings-server'
name: semgrep/ci
runs-on: ubuntu-20.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci