Skip to content

build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the actions group #638

build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the actions group

build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the actions group #638

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