Skip to content

chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#8097) #967

chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#8097)

chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#8097) #967

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["master"]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"