This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch header-check in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
commit b1993e5ace0280cd218fb35de421ada6584bb62d Author: imbajin <[email protected]> AuthorDate: Sat Nov 23 17:51:24 2024 +0800 chore: enable allow-license & exclude style dir --- .gitattributes | 1 + .github/workflows/check-dependencies.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 69e734c..333c08e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,5 @@ apache-release.sh export-ignore # ignored directory .github/ export-ignore .idea/ export-ignore +style/ export-ignore scripts/ export-ignore diff --git a/.github/workflows/check-dependencies.yml b/.github/workflows/check-dependencies.yml index 48eec91..e87a325 100644 --- a/.github/workflows/check-dependencies.yml +++ b/.github/workflows/check-dependencies.yml @@ -14,13 +14,13 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v4 - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 # Refer: https://github.com/actions/dependency-review-action with: fail-on-severity: low comment-summary-in-pr: on-failure # Action will fail if dependencies don't match the list - #allow-licenses: Apache-2.0, MIT + allow-licenses: Apache-2.0, MIT deny-licenses: GPL-3.0, AGPL-1.0, AGPL-3.0, LGPL-2.0, CC-BY-3.0 check-license:
