Skip to content

Bump cpp-linter/cpp-linter-action from bbc213852a439498b38fa21ea5c698e852abd3f5 to a3ed7553c695735e6d1af356a0c0211a77d42c7b #293

Bump cpp-linter/cpp-linter-action from bbc213852a439498b38fa21ea5c698e852abd3f5 to a3ed7553c695735e6d1af356a0c0211a77d42c7b

Bump cpp-linter/cpp-linter-action from bbc213852a439498b38fa21ea5c698e852abd3f5 to a3ed7553c695735e6d1af356a0c0211a77d42c7b #293

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- 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@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: scan-license-finder-report