AlbumenJ commented on issue #10488: URL: https://github.com/apache/skywalking/issues/10488#issuecomment-1455972684
```yaml jobs: license: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Check License uses: apache/skywalking-eyes@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Set up JDK 17" uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: 17 - name: "Compile Dubbo (Linux)" 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 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: config: .licenserc.yaml mode: check ``` Should I change to `apache/skywalking-eyes/dependency@latest`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org