Skip to content

build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 #154

build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0

build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 #154

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@v6
- run: semgrep ci
env:
SEMGREP_RULES: p/default p/golang p/secrets