diff --git a/.github/workflows/check-licenses.yml b/.github/workflows/check-licenses.yml index eb91037..d88c877 100644 --- a/.github/workflows/check-licenses.yml +++ b/.github/workflows/check-licenses.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 with: repository: eclipse-velocitas/license-check - ref: v1.2.2 + ref: v1.2 path: .github/actions/license-check - id: run-license-checker diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e8038b..43a0c53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,6 @@ repos: - id: end-of-file-fixer - id: check-yaml args: [--allow-multiple-documents] - exclude: ^deploy/SeatAdjusterApp/helm/templates/|^deploy/runtime/k3d/helm/templates/ - id: check-added-large-files - id: check-merge-conflict diff --git a/NOTICE.md b/NOTICE.md index f4cdd92..baa629d 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -17,7 +17,6 @@ SPDX-License-Identifier: Apache-2.0 | Software | License | | :-----------------: | :--------------------------------------------------------------------------------------------------------------: | -| Dapr | https://github.com/dapr/dapr/blob/master/LICENSE | | NodeJS | https://github.com/nodejs/node/blob/master/LICENSE | | Powershell | https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt | | Python | https://docs.python.org/3/license.html |