Skip to content

build(deps): bump golang.org/x/vuln from 1.0.1 to 1.1.0 in /tools #397

build(deps): bump golang.org/x/vuln from 1.0.1 to 1.1.0 in /tools

build(deps): bump golang.org/x/vuln from 1.0.1 to 1.1.0 in /tools #397

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@v4
- name: FOSSA analysis
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}