Skip to content

Commit

Permalink
Merge branch 'master' into hotfix/use_service_strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored May 8, 2020
2 parents eb963c3 + 1aa13e0 commit 6922f1b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
name: "Code Scanning - Action"

on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * 0'

jobs:
CodeQL-Build:

strategy:
fail-fast: false
fail-fast: true


# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
Expand All @@ -28,8 +35,8 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- name: Autobuild
uses: github/codeql-action/autobuild@v1
#- name: Autobuild
# uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -43,4 +50,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v1

0 comments on commit 6922f1b

Please sign in to comment.