Skip to content

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.1 #515

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.1

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.1 #515

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@8e8c483db84b4bee98b60c0593521ed34d9990e8
- name: License finder run
run: |
license_finder approvals add awesome_gpl_gem
license_finder > ./license-finder-report
- name: Upload artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: scan-license-finder-report
path: ./license-finder-report
- name: Artifact download
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
name: scan-license-finder-report