Skip to content

Update actions/checkout digest to 83b7061 (#5988) #1218

Update actions/checkout digest to 83b7061 (#5988)

Update actions/checkout digest to 83b7061 (#5988) #1218

Workflow file for this run

name: FOSSA License Scan
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa-scan:
if: github.repository == 'detekt/detekt'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
- name: Run FOSSA Scan
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # tag=v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}