We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25fca8 commit 4aaabf4Copy full SHA for 4aaabf4
.github/workflows/license_audit.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "\n\nHere is the licenses.json:\n"
24
echo $(cat licenses.json)
25
- name: Look for non-approved licenses
26
- uses: oracle-devrel/action-license-audit@v0.1-alpha2
+ uses: oracle-devrel/action-license-audit@1.0.2
27
id: analysis
28
with:
29
licenses_file: '/github/workspace/licenses.json'
@@ -39,4 +39,4 @@ jobs:
39
repo-token: ${{ secrets.GITHUB_TOKEN }}
40
- name: Halt pipeline on unapproved licenses
41
if: steps.analysis.outputs.unapproved_licenses == 'true'
42
- run: exit 1
+ run: exit 1
0 commit comments