Skip to content

chore(deps): update golang:1.26.5-bookworm docker digest to 53eeac8 #294

chore(deps): update golang:1.26.5-bookworm docker digest to 53eeac8

chore(deps): update golang:1.26.5-bookworm docker digest to 53eeac8 #294

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "42 5 * * 6"
workflow_dispatch:
permissions:
security-events: write
packages: read
actions: read
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Setup Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: "1.26.5"
cache-dependency-path: "**/*.sum"
cache: true
- name: Initialize CodeQL
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
languages: go
build-mode: autobuild
queries: +security-extended,security-and-quality
config: |
paths-ignore:
- "**/*.pb.go"
- "**/mock_*.go"
- "**/testdata/**"
- "**/vendor/**"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
category: "/language:go"