Skip to content

Update dependency io.mockk:mockk to v1.13.5 (#5985) #1216

Update dependency io.mockk:mockk to v1.13.5 (#5985)

Update dependency io.mockk:mockk to v1.13.5 (#5985) #1216

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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
- name: Run FOSSA Scan
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # tag=v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}