Skip to content

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #242

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #242

Workflow file for this run

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