Skip to content

fix(deps): update module github.com/go-playground/validator/v10 to v10.21.0 #502

fix(deps): update module github.com/go-playground/validator/v10 to v10.21.0

fix(deps): update module github.com/go-playground/validator/v10 to v10.21.0 #502

Workflow file for this run

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
paths:
- .github/workflows/semgrep.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 55 8 * * *
# Declare default permissions as read only.
permissions: read-all
name: Semgrep
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-22.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep@sha256:cffeb57efaaffe57811b7fd740e4ee6313dbfaf6b364bb5cce52a8e506d35f42
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- run: semgrep ci