Skip to content

chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2 (#101) #360

chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2 (#101)

chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2 (#101) #360

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3