Skip to content

Commit

Permalink
chore: Tune CodeQL config (aquasecurity#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Aug 11, 2020
1 parent 99fee29 commit d673b0d
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ on:
branches:
- master
pull_request:
schedule:
- cron: "0 16 * * 6"
jobs:
analyse:
name: Analyse
runs-on: ubuntu-18.04
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
- name: Build code
run: |
make build
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v1
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v1

0 comments on commit d673b0d

Please sign in to comment.