Skip to content

Merge pull request #502 from flavio/renovate-pin-github-actions-digest #159

Merge pull request #502 from flavio/renovate-pin-github-actions-digest

Merge pull request #502 from flavio/renovate-pin-github-actions-digest #159

Workflow file for this run

name: fossa scanning
on:
push:
tags:
- 'v*'
branches:
- 'main'
# Declare default permissions as read only.
permissions: read-all
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/[email protected]
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}