Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.36.1 in /exporter/otlphttpexporter #1287

Bump google.golang.org/protobuf from 1.30.0 to 1.36.1 in /exporter/otlphttpexporter

Bump google.golang.org/protobuf from 1.30.0 to 1.36.1 in /exporter/otlphttpexporter #1287

name: "CodeQL Analysis"
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2