Skip to content

Bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 (#197) #337

Bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 (#197)

Bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 (#197) #337

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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