Skip to content

chore(changelog): update CHANGELOG for v3.52.0 #2698

chore(changelog): update CHANGELOG for v3.52.0

chore(changelog): update CHANGELOG for v3.52.0 #2698

Workflow file for this run

name: Security Scan
on:
push:
branches: [main]
schedule:
- cron: '0 6 * * *'
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high