From fa64f4e640c9c1b8aae4e641739e611a771890e3 Mon Sep 17 00:00:00 2001 From: dahn Date: Thu, 2 Apr 2026 09:35:41 +0200 Subject: [PATCH 1/3] Upgrade Apache RAT from 0.17 to 0.18 --- .github/workflows/rat.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rat.yaml b/.github/workflows/rat.yaml index 35cd44f9..41b20dc4 100644 --- a/.github/workflows/rat.yaml +++ b/.github/workflows/rat.yaml @@ -25,12 +25,12 @@ jobs: - name: Download Apache RAT run: | - curl -L -O https://downloads.apache.org/creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz - tar -xzf apache-rat-0.17-bin.tar.gz + curl -L -O https://downloads.apache.org/creadur/apache-rat-0.18/apache-rat-0.18-bin.tar.gz + tar -xzf apache-rat-0.18-bin.tar.gz - name: Run RAT run: | - java -jar apache-rat-0.17/apache-rat-0.17.jar -d . -E .rat-excludes > rat-report.txt + java -jar apache-rat-0.18/apache-rat-0.18.jar -d . -E .rat-excludes > rat-report.txt cat rat-report.txt # Fail if unapproved licenses are found grep -qe '^\s*Unapproved:\s*0\s*A count of unapproved licenses.$' rat-report.txt && exit 0 || exit 1 From 06df8c5d0cd3c693f1dc8ee57da20f1a10fed485 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Wed, 8 Apr 2026 15:36:55 +0200 Subject: [PATCH 2/3] update the terraform action --- .github/workflows/acceptance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 7b3d178a..676f67c7 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -58,7 +58,7 @@ jobs: id: setup-cloudstack with: cloudstack-version: ${{ matrix.cloudstack-version }} - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 with: terraform_version: ${{ matrix.terraform-version }} terraform_wrapper: false From a19b0c9c32102a02ef385579fb41acf40f90bdea Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Wed, 8 Apr 2026 16:06:16 +0200 Subject: [PATCH 3/3] update the terraform action according to new asf reqs --- .github/workflows/acceptance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 676f67c7..e0ecb405 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -58,7 +58,7 @@ jobs: id: setup-cloudstack with: cloudstack-version: ${{ matrix.cloudstack-version }} - - uses: hashicorp/setup-terraform@v4 + - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 with: terraform_version: ${{ matrix.terraform-version }} terraform_wrapper: false