Skip to content

build(deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.0 in the actions group #326

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

build(deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.0 in the actions group #326

Workflow file for this run

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