Skip to content

Bump github/codeql-action from 3.26.0 to 3.26.6 #387

Bump github/codeql-action from 3.26.0 to 3.26.6

Bump github/codeql-action from 3.26.0 to 3.26.6 #387

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@692973e3d937129bcbf40652eb9f2f61becf3332
- name: License finder run
run: |
license_finder approvals add awesome_gpl_gem
license_finder > ./license-finder-report
- name: Upload artifact
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: scan-license-finder-report
path: ./license-finder-report
- name: Artifact download
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: scan-license-finder-report