Skip to content

(chore): Upgrading Docker API version default from 1.24 to 1.44 (#44411) #14077

(chore): Upgrading Docker API version default from 1.24 to 1.44 (#44411)

(chore): Upgrading Docker API version default from 1.24 to 1.44 (#44411) #14077

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- run: ./.github/workflows/scripts/free-disk-space.sh
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
id: go-setup
with:
go-version: oldstable
cache-dependency-path: "**/*.sum"
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
with:
languages: go
- name: Build Artifact
run: |
make genotelcontribcol
make otelcontribcol
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
timeout-minutes: 60