Skip to content

feat(calm-hub-ui): First step to visualise calm patterns #3899

feat(calm-hub-ui): First step to visualise calm patterns

feat(calm-hub-ui): First step to visualise calm patterns #3899

Workflow file for this run

name: Semgrep
permissions:
contents: read
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
paths:
- .github/workflows/semgrep-ci.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: '09 15 * * *'
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-24.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: semgrep/semgrep@sha256:ee3c01c9d33a975209d6bcda050520a45366d79e2919c15baca4014e8634a9ac
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: semgrep ci