Skip to content

build(deps): bump gopkg.in/ini.v1 from 1.67.1 to 1.67.2 #144

build(deps): bump gopkg.in/ini.v1 from 1.67.1 to 1.67.2

build(deps): bump gopkg.in/ini.v1 from 1.67.1 to 1.67.2 #144

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