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 74d6899 commit 6880381
Showing 1 changed file with 27 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

0 comments on commit 6880381

Please sign in to comment.