Skip to content

build(deps-dev): bump ruff from 0.14.6 to 0.14.7 in the python-dependencies group #440

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

build(deps-dev): bump ruff from 0.14.6 to 0.14.7 in the python-dependencies group #440

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- run: semgrep ci