From 670f0e56177c8c5da99dfba93428e37931b5a7cd Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Thu, 4 Jun 2026 00:48:05 +0200 Subject: [PATCH] ci(rat): fetch apache-rat from archive.apache.org (0.17 aged off downloads mirror) Generated-by: Claude Code --- .github/workflows/rat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rat.yaml b/.github/workflows/rat.yaml index 35cd44f..8b73900 100644 --- a/.github/workflows/rat.yaml +++ b/.github/workflows/rat.yaml @@ -25,7 +25,7 @@ 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 + curl -L -O https://archive.apache.org/dist/creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz tar -xzf apache-rat-0.17-bin.tar.gz - name: Run RAT