Skip to content

Refactor router

Refactor router #413

# See https://semgrep.dev/docs
---
name: Semgrep
on:
push:
branches: [master, ros2]
pull_request:
# The branches below must be a subset of the branches above
branches: [master, ros2]
schedule:
- cron: '39 7 * * 4'
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
semgrep:
name: Scan
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v6
- run: semgrep ci
env:
SEMGREP_RULES: p/default