Skip to content

chore(deps): Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_mo… #220

chore(deps): Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_mo…

chore(deps): Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_mo… #220

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
codeql-analysis:
name: "CodeQL Analysis"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true
- name: Setup CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'go'
queries: security-and-quality
- name: Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3