Skip to content

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.16.0 to 1.17.0 #3346

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.16.0 to 1.17.0

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.16.0 to 1.17.0 #3346

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
codeql-analyze:
name: CodeQL Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Disable CodeQL for tests
# https://github.com/github/codeql/issues/4786
- run: rm -rf ./tests
- 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