Fix UI dependencies versions changed in license eye (#9568)

This commit is contained in:
kezhenxu94 2022-09-07 12:49:52 +08:00 committed by GitHub
parent 18d2463813
commit 526aa3a5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -57,7 +57,7 @@ jobs:
dependency-license:
if: |
always() &&
((github.event_name == 'schedule' && github.repository == 'apache/skywalking') || needs.changes.outputs.pom == 'true')
((github.event_name == 'schedule' && github.repository == 'apache/skywalking') || needs.changes.outputs.pom == 'true' || needs.changes.outputs.ui == 'true')
name: Dependency licenses
needs: [changes]
runs-on: ubuntu-latest
@ -77,7 +77,7 @@ jobs:
go-version: "1.16"
- name: Check Dependencies Licenses
run: |
go install github.com/apache/skywalking-eyes/cmd/license-eye@47febf5
go install github.com/apache/skywalking-eyes/cmd/license-eye@7a3e90b
license-eye dependency resolve --summary ./dist-material/release-docs/LICENSE.tpl || exit 1
if [ ! -z "$(git diff -U0 ./dist-material/release-docs/LICENSE)" ]; then
echo "LICENSE file is not updated correctly"
@ -108,6 +108,7 @@ jobs:
outputs:
oap: ${{ steps.filter.outputs.oap }}
pom: ${{ steps.filter.outputs.pom }}
ui: ${{ steps.filter.outputs.ui }}
steps:
- uses: actions/checkout@v3 # required for push event
- name: Check for file changes
@ -136,6 +137,8 @@ jobs:
}"
pom:
- "**/pom.xml"
ui:
- "skywalking-ui"
list-files: json # logs matched files
dist-tar:

@ -1 +1 @@
Subproject commit 61a4d2f759831b9f1d9067ebb2ed5607ccfac02c
Subproject commit 49bc3490642a82f56f3cd6ca15988d7338fb7d95