Skip to content

Bump softprops/action-gh-release from 0.1.14 to 0.1.15 #267

Bump softprops/action-gh-release from 0.1.14 to 0.1.15

Bump softprops/action-gh-release from 0.1.14 to 0.1.15 #267

Workflow file for this run

name: License Finder
on: [push, pull_request]
permissions:
contents: read
jobs:
license_finder:
runs-on: ubuntu-latest
container:
image: gianlucadb0/license_finder
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: License finder run
run: |
license_finder approvals add awesome_gpl_gem
license_finder > ./license-finder-report
- name: Upload artifact
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: scan-license-finder-report
path: ./license-finder-report
- name: Artifact download
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
with:
name: scan-license-finder-report