Skip to content

Commit

Permalink
Removed dependency analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Sep 23, 2024
1 parent 3a566b3 commit 81ccea7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: "Build and Analyze"

on:
push:
Expand Down Expand Up @@ -61,13 +61,4 @@ jobs:
projectBaseDir: .

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

- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
with:
comment-summary-in-pr: always
fail-on-severity: moderate
deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later
retry-on-snapshot-warnings: true
uses: github/codeql-action/analyze@v1

0 comments on commit 81ccea7

Please sign in to comment.