Skip to content

build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 #79

build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0

build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 #79

Workflow file for this run

# Name of this GitHub Actions workflow.
name: Semgrep
on:
pull_request: {}
jobs:
semgrep:
name: Scan
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@v4
- run: semgrep ci
env:
SEMGREP_RULES: p/default p/golang p/secrets