Fix the Licensed workflow (#259) · actions/setup-java@8d22286 (original) (raw)

Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ on:
7 7 pull_request:
8 8 branches:
9 9 - main
10 +workflow_dispatch:
10 11
11 12 jobs:
12 13 test:
@@ -18,7 +19,7 @@ jobs:
18 19 - name: Install licensed
19 20 run: |
20 21 cd $RUNNER_TEMP
21 - curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2\-linux-x64.tar.gz
22 + curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.3.1/licensed-3.3.1\-linux-x64.tar.gz
22 23 sudo tar -xzf licensed.tar.gz
23 24 sudo mv licensed /usr/local/bin/licensed
24 25 - run: licensed status