Skip to content

Bump github.com/quic-go/quic-go from 0.37.1 to 0.37.3 #1132

Bump github.com/quic-go/quic-go from 0.37.1 to 0.37.3

Bump github.com/quic-go/quic-go from 0.37.1 to 0.37.3 #1132

Workflow file for this run

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