Skip to content

build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 in the actions group #195

build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 in the actions group

build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 in the actions group #195

Workflow file for this run

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