Skip to content

Commit

Permalink
add: dependency-review (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgui authored Sep 20, 2023
1 parent fdb4621 commit b1ad860
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
name: "CodeQL"

on:
push:
branches: [ master, release-*, v0.* ]
pull_request:
# The branches below must be a subset of the branches above, now enable it in all PR
# branches: [ master ]
Expand Down Expand Up @@ -57,3 +55,12 @@ jobs:

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

dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3

0 comments on commit b1ad860

Please sign in to comment.