Skip to content

build(deps): bump github/codeql-action from 4.31.4 to 4.31.5 in the actions group #426

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

build(deps): bump github/codeql-action from 4.31.4 to 4.31.5 in the actions group #426

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- run: semgrep ci