Skip to content

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 in /tools (#157) #100

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 in /tools (#157)

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 in /tools (#157) #100

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