Skip to content

Commit

Permalink
Update CI configs to v0.7.3
Browse files Browse the repository at this point in the history
Update lint scripts and CI configs.
  • Loading branch information
pionbot authored and Sean-Der committed May 4, 2022
1 parent aa050ea commit e673696
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Aaron Boushley <[email protected]>
Aaron France <[email protected]>
Adam Kiss <[email protected]>
adwpc <[email protected]>
Expand Down

0 comments on commit e673696

Please sign in to comment.