Skip to content

tests: fixup copywrite in test file #15686

tests: fixup copywrite in test file

tests: fixup copywrite in test file #15686

Workflow file for this run

name: Semgrep
on:
pull_request: {}
# Skipping push for now since it would run against the entire code base.
# push:
jobs:
semgrep:
name: Semgrep Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep:1.36.0
env:
SEMGREP_SEND_METRICS: 0
# Skip any PR created by dependabot to avoid permission issues
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: semgrep ci --config=.semgrep/
permissions:
contents: read