Skip to content

chore(deps): bump golang.org/x/net from 0.11.0 to 0.14.0 #2908

chore(deps): bump golang.org/x/net from 0.11.0 to 0.14.0

chore(deps): bump golang.org/x/net from 0.11.0 to 0.14.0 #2908

Workflow file for this run

name: "CodeQL 2"
on:
pull_request:
schedule:
- cron: '0 6 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2