Skip to content

Commit f19bffc

Browse files
DaanHooglandDaan Hoogland
andauthored
Upgrade Apache RAT from 0.17 to 0.18 (#290)
Co-authored-by: Daan Hoogland <dahn@apache.org>
1 parent db69a0c commit f19bffc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: setup-cloudstack
5959
with:
6060
cloudstack-version: ${{ matrix.cloudstack-version }}
61-
- uses: hashicorp/setup-terraform@v4
61+
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85
6262
with:
6363
terraform_version: ${{ matrix.terraform-version }}
6464
terraform_wrapper: false

.github/workflows/rat.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
- name: Download Apache RAT
2727
run: |
28-
curl -L -O https://downloads.apache.org/creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz
29-
tar -xzf apache-rat-0.17-bin.tar.gz
28+
curl -L -O https://downloads.apache.org/creadur/apache-rat-0.18/apache-rat-0.18-bin.tar.gz
29+
tar -xzf apache-rat-0.18-bin.tar.gz
3030
3131
- name: Run RAT
3232
run: |
33-
java -jar apache-rat-0.17/apache-rat-0.17.jar -d . -E .rat-excludes > rat-report.txt
33+
java -jar apache-rat-0.18/apache-rat-0.18.jar -d . -E .rat-excludes > rat-report.txt
3434
cat rat-report.txt
3535
# Fail if unapproved licenses are found
3636
grep -qe '^\s*Unapproved:\s*0\s*A count of unapproved licenses.$' rat-report.txt && exit 0 || exit 1

0 commit comments

Comments
 (0)