Skip to content

Commit

Permalink
Merge branch 'main' into signInWithRedirect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
israx committed Nov 29, 2023
2 parents 1da457c + 1738080 commit cbe8a37
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependency-review/dependecy-review-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
allow-licenses:
- 'Apache-2.0'
- 'BSL-1.0'
- 'BSD-1-Clause'
- 'BSD-2-Clause-FreeBSD'
- 'BSD-2-Clause'
- 'BSD-3-Clause-Attribution'
- 'BSD-3-Clause'
- 'CC-BY-3.0'
- 'CC-BY-4.0'
- 'curl'
- 'ISC'
- 'JSON'
- 'MIT'
- 'OpenSSL'
- 'PDDL-1.0'
- 'PostgreSQL'
- 'Python-2.0'
- 'Unlicense'
- 'WTFPL'
- 'Zlib'
2 changes: 2 additions & 0 deletions .github/workflows/callable-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
uses: actions/checkout@e2a5a1afd5d7305b13671410c52a31819ab9fad9 # v4.0.0 https://github.com/actions/checkout/commit/e2a5a1afd5d7305b13671410c52a31819ab9fad9
- name: 'Dependency Review'
uses: actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3 https://github.com/actions/dependency-review-action/commit/7bbfa034e752445ea40215fff1c3bf9597993d3f
with:
config-file: '.github/dependency-review/dependecy-review-config.yml'

0 comments on commit cbe8a37

Please sign in to comment.