Skip to content

Commit

Permalink
Merge pull request #714 from adithyaakrishna/fix/deps-review
Browse files Browse the repository at this point in the history
fix: fixed Deps Review Workflow
  • Loading branch information
dkoes authored Aug 23, 2023
2 parents a2d5446 + 74b9553 commit 96b4389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CodeQL-Analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'typescript', 'python' ]
language: [ 'javascript', 'python' ]

steps:
- name: Checkout repository
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Dependency Review
on:
pull_request:
push:
branches: [master]
workflow_dispatch:
on: [ pull_request ]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -20,4 +16,4 @@ jobs:
uses: actions/checkout@v3

- name: Dependency Review
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3

0 comments on commit 96b4389

Please sign in to comment.