Skip to content

deps: bump google/osv-scanner-action from 1.7.4 to 1.8.1 #337

deps: bump google/osv-scanner-action from 1.7.4 to 1.8.1

deps: bump google/osv-scanner-action from 1.7.4 to 1.8.1 #337

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true # tmp
- name: fmt
run: make fmt
- name: Build
run: make build