Update CI configs to v0.7.3

Update lint scripts and CI configs.
This commit is contained in:
Pion
2022-05-04 17:57:54 +00:00
committed by Sean DuBois
parent aa050eaa2f
commit e6736962b7
2 changed files with 28 additions and 0 deletions

27
.github/workflows/codeql-analysis.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: "CodeQL"
on:
workflow_dispatch:
schedule:
- cron: '23 5 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'go'
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v2

View File

@@ -4,6 +4,7 @@
# This file is auto generated, using git to list all individuals contributors.
# see `.github/generate-authors.sh` for the scripting
a-wing <1@233.email>
Aaron Boushley <boushley@pretzelaux.com>
Aaron France <aaron.l.france@gmail.com>
Adam Kiss <masterada@gmail.com>
adwpc <adwpc@hotmail.com>