Skip to content

chore(deps-dev): bump types-redis from 4.5.4.1 to 4.6.0.3 #29

chore(deps-dev): bump types-redis from 4.5.4.1 to 4.6.0.3

chore(deps-dev): bump types-redis from 4.5.4.1 to 4.6.0.3 #29

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 }}