This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1 by this push:
new e3e7ce8dc2 Fix license eye version
e3e7ce8dc2 is described below
commit e3e7ce8dc2be0363db200af6e84e2812021b9f07
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Apr 10 17:48:26 2023 +0800
Fix license eye version
---
.github/workflows/build-and-test-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index a90a807ea7..0d2fcc48a5 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -35,7 +35,7 @@ jobs:
run: |
./mvnw --batch-mode --no-snapshot-updates -e --no-transfer-progress
--fail-fast -T 2C clean install -DskipTests=true -DskipIntegrationTests=true
-Dcheckstyle.skip=true -Dcheckstyle_unix.skip=true -Drat.skip=true
-Dmaven.javadoc.skip=true
- name: Check Dependencies' License
- uses: apache/skywalking-eyes/dependency@main
+ uses:
apache/skywalking-eyes/dependency@e1a02359b239bd28de3f6d35fdc870250fa513d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: