Skip to content

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

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

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

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: "1.26.4"
cache-dependency-path: "**/*.sum"
cache: true
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
category: "/language:go"