Skip to content

build(deps): Bump github.com/envoyproxy/protoc-gen-validate from 1.2.1 to 1.3.0 #1832

build(deps): Bump github.com/envoyproxy/protoc-gen-validate from 1.2.1 to 1.3.0

build(deps): Bump github.com/envoyproxy/protoc-gen-validate from 1.2.1 to 1.3.0 #1832

Workflow file for this run

name: "CodeQL"
permissions:
contents: read
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
schedule:
- cron: '16 11 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
with:
languages: go
- name: Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
with:
category: "/language:go"