Skip to content

build(deps-dev): bump ruff from 0.15.18 to 0.15.19 in the python-dependencies group #634

build(deps-dev): bump ruff from 0.15.18 to 0.15.19 in the python-dependencies group

build(deps-dev): bump ruff from 0.15.18 to 0.15.19 in the python-dependencies group #634

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: "0 0 * * 0"
permissions: {}
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: semgrep/semgrep:1.138.0
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- run: semgrep ci