Skip to content

Bump golang.org/x/net from 0.27.0 to 0.33.0 #39

Bump golang.org/x/net from 0.27.0 to 0.33.0

Bump golang.org/x/net from 0.27.0 to 0.33.0 #39

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
- master
- develop
pull_request:
branches:
- main
- master
- develop
schedule:
- cron: '0 0 * * 0'
jobs:
analyze:
name: Analyze code with CodeQL
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2