Skip to content

chore(deps): update golangci/golangci-lint docker tag to v1.55.1 (main) #1542

chore(deps): update golangci/golangci-lint docker tag to v1.55.1 (main)

chore(deps): update golangci/golangci-lint docker tag to v1.55.1 (main) #1542

Workflow file for this run

name: codeql
# Any change in triggers needs to be reflected in the concurrency group.
on:
push:
branches:
- main
- v0.12
pull_request:
branches:
- main
schedule:
- cron: "45 7 * * 3"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after || 'scheduled' }}
cancel-in-progress: true
jobs:
analyze:
if: github.repository == 'cilium/hubble'
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
# renovate: datasource=golang-version depName=go
go-version: '1.21.3'
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 1
- name: Initialize CodeQL
uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4