Skip to content

Bump github.com/golang/glog from 1.2.0 to 1.2.4 (#3341) #5884

Bump github.com/golang/glog from 1.2.0 to 1.2.4 (#3341)

Bump github.com/golang/glog from 1.2.0 to 1.2.4 (#3341) #5884

name: "CodeQL"
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 21 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2