Skip to content

Bump actions/cache from 3.3.2 to 4.0.0 #7

Bump actions/cache from 3.3.2 to 4.0.0

Bump actions/cache from 3.3.2 to 4.0.0 #7

Workflow file for this run

name: FOSSA Analysis
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'uber-go'
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: FOSSA analysis
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}