Skip to content

Chore: bump golang.org/x/net from 0.46.0 to 0.47.0 #3755

Chore: bump golang.org/x/net from 0.46.0 to 0.47.0

Chore: bump golang.org/x/net from 0.46.0 to 0.47.0 #3755

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
paths-ignore:
- "**/*.md"
- "**/*.txt"
jobs:
analyze:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: autobuild
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4