Skip to content

build(deps): Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 in /ratelimit #1867

build(deps): Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 in /ratelimit

build(deps): Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 in /ratelimit #1867

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
with:
languages: go
- name: Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
with:
category: "/language:go"