Skip to content

Bump github.com/alecthomas/participle/v2 from 2.0.0 to 2.1.1 #147

Bump github.com/alecthomas/participle/v2 from 2.0.0 to 2.1.1

Bump github.com/alecthomas/participle/v2 from 2.0.0 to 2.1.1 #147

Workflow file for this run

name: Semgrep
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
container:
# A Docker image with Semgrep installed. Do not change this.
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci