Skip to content

[exporter/loadbalancing] add attributes details for internal telemetr… #64

[exporter/loadbalancing] add attributes details for internal telemetr…

[exporter/loadbalancing] add attributes details for internal telemetr… #64

name: "CodeQL Analysis"
on:
push:
branches: [main]
paths-ignore:
- "**/README.md"
permissions: read-all
jobs:
CodeQL-Build:
runs-on: macos-latest
permissions:
actions: read
contents: read
security-events: write
if: ${{ github.actor != 'dependabot[bot]' }}
env:
# Force CodeQL to run the extraction on the files compiled by our custom
# build command, as opposed to letting the autobuilder figure it out.
# See: https://github.com/github/codeql-action/issues/1101#issuecomment-1157729589
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
with:
go-version: "1.23.8"
cache: false
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
with:
languages: go
- name: Build Artifact
run: |
make genotelcontribcol
make otelcontribcol
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
timeout-minutes: 60