This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 6972a1b28 ci: Use RAT 0.15 for compliance check
6972a1b28 is described below

commit 6972a1b28ca21d2b7f4eebe0de58735def19d563
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Thu Aug 17 12:16:05 2023 +0200

    ci: Use RAT 0.15 for compliance check
    
    RAT 0.16 will have support for SPDX but snapshots links are not
    permanent so for time being use 0.15.
---
 .github/workflows/check_compliance.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/check_compliance.yml 
b/.github/workflows/check_compliance.yml
index c8742ab22..79e193e34 100644
--- a/.github/workflows/check_compliance.yml
+++ b/.github/workflows/check_compliance.yml
@@ -46,8 +46,9 @@ jobs:
           fetch-depth: 0
       - name: Install Dependencies
         run: |
-             wget 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.16-SNAPSHOT/apache-rat-0.16-20230807.065048-315.jar
-             mv apache-rat-0.16-20230807.065048-315.jar apache-rat.jar
+             wget 
https://dlcdn.apache.org//creadur/apache-rat-0.15/apache-rat-0.15-bin.tar.gz
+             tar zxf apache-rat-0.15-bin.tar.gz 
apache-rat-0.15/apache-rat-0.15.jar
+             mv apache-rat-0.15/apache-rat-0.15.jar apache-rat.jar
       - name: check licensing
         run: |
              .github/check_license.py

Reply via email to