Skip to content

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#… #454

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#…

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#… #454

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '25 9 * * 4'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3