Skip to content

Bump github.com/google/osv-scanner from 1.8.1 to 1.9.2 #4815

Bump github.com/google/osv-scanner from 1.8.1 to 1.9.2

Bump github.com/google/osv-scanner from 1.8.1 to 1.9.2 #4815

Workflow file for this run

name: "Validate OSV"
on:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: "1.21"
- name: Validate
run: make validate