Skip to content

Commit

Permalink
disable codeql for now
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Jansen <[email protected]>
  • Loading branch information
farodin91 committed Nov 9, 2021
1 parent 8a1fb4c commit 97d3d14
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '17 2 * * 6'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
#name: "CodeQL"
#
#on:
# push:
# branches: [ master ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ master ]
# schedule:
# - cron: '17 2 * * 6'
#
#jobs:
# analyze:
# name: Analyze
# runs-on: ubuntu-latest
#
# strategy:
# fail-fast: false
# matrix:
# language: [ 'csharp' ]
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
#
# # Initializes the CodeQL tools for scanning.
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v1
# with:
# languages: ${{ matrix.language }}
#
# - name: Autobuild
# uses: github/codeql-action/autobuild@v1
#
# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v1
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: check format
run: dotnet format --verify-no-changes ./Motor.NET.sln
run: dotnet format --severity error --verify-no-changes ./Motor.NET.sln

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97d3d14

Please sign in to comment.