Skip to content

build(deps): bump sigstore from 3.6.3 to 4.0.0 #382

build(deps): bump sigstore from 3.6.3 to 4.0.0

build(deps): bump sigstore from 3.6.3 to 4.0.0 #382

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
with:
persist-credentials: false
- run: semgrep ci