We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358fe85 commit 670f0e5Copy full SHA for 670f0e5
1 file changed
.github/workflows/rat.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Download Apache RAT
27
run: |
28
- 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
29
tar -xzf apache-rat-0.17-bin.tar.gz
30
31
- name: Run RAT
0 commit comments