Skip to content

chore(deps): Bump actions/upload-artifact from 4.6.2 to 6.0.0 #508

chore(deps): Bump actions/upload-artifact from 4.6.2 to 6.0.0

chore(deps): Bump actions/upload-artifact from 4.6.2 to 6.0.0 #508

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