Skip to content

Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.24.0 #174

Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.24.0

Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.24.0 #174

Workflow file for this run

name: FOSSA Analysis
on: push
jobs:
build:
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.3.1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}