Skip to content

Update astral-sh/setup-uv action to v5 #697

Update astral-sh/setup-uv action to v5

Update astral-sh/setup-uv action to v5 #697

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v4
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}