Skip to content

Commit 4aaabf4

Browse files
committed
Updating license scanner to use new version (1.0.2)
1 parent f25fca8 commit 4aaabf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/license_audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "\n\nHere is the licenses.json:\n"
2424
echo $(cat licenses.json)
2525
- name: Look for non-approved licenses
26-
uses: oracle-devrel/action-license-audit@v0.1-alpha2
26+
uses: oracle-devrel/action-license-audit@1.0.2
2727
id: analysis
2828
with:
2929
licenses_file: '/github/workspace/licenses.json'
@@ -39,4 +39,4 @@ jobs:
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Halt pipeline on unapproved licenses
4141
if: steps.analysis.outputs.unapproved_licenses == 'true'
42-
run: exit 1
42+
run: exit 1

0 commit comments

Comments
 (0)