Skip to content

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 in /tools #95

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 in /tools

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 in /tools #95

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