Skip to content

Commit

Permalink
Merge branch 'main' into issue-590-3_copy
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Dec 11, 2024
2 parents 66432ac + d3c2187 commit 09477d9
Show file tree
Hide file tree
Showing 4 changed files with 10,167 additions and 10,139 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0
- name: 'Dependency Review'
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a #v4.4.0
with:
fail-on-severity: high
Loading

0 comments on commit 09477d9

Please sign in to comment.