Skip to content

fix(deps): bump Go to 1.26.5 (GO-2026-4970, GO-2026-5856) and grafana… #344

fix(deps): bump Go to 1.26.5 (GO-2026-4970, GO-2026-5856) and grafana…

fix(deps): bump Go to 1.26.5 (GO-2026-4970, GO-2026-5856) and grafana… #344

name: codeql / backend
on:
push:
branches: [main]
paths:
- .github/workflows/pr-checks-backend.yml
- go.*
- vendor/**
- pkg/**
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths:
- .github/workflows/pr-checks-backend.yml
- go.*
- vendor/**
- pkg/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
if: ${{ matrix.language == 'go' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2