Skip to content

build(deps): bump the github-actions group with 8 updates #2154

build(deps): bump the github-actions group with 8 updates

build(deps): bump the github-actions group with 8 updates #2154

Workflow file for this run

name: Build
on:
pull_request:
branches:
- "main"
permissions: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: 'stable'
- uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1.1.0
with:
go-version: 'stable'
repo-checkout: false
- run: |
go build ./...
go test -run=^$ ./...