Skip to content

chore(deps): update module go.etcd.io/etcd/client/v3 to v3.7.1 #320

chore(deps): update module go.etcd.io/etcd/client/v3 to v3.7.1

chore(deps): update module go.etcd.io/etcd/client/v3 to v3.7.1 #320

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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
category: "/language:go"