Skip to content

Bump github/codeql-action from 3.28.15 to 3.28.18 (#998) #3545

Bump github/codeql-action from 3.28.15 to 3.28.18 (#998)

Bump github/codeql-action from 3.28.15 to 3.28.18 (#998) #3545

Workflow file for this run

name: push-tests
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
with:
go-version-file: ./go.mod
- name: Build
env:
CGO_ENABLED: 0
GOOS: linux
run: go build --tags static_all -v -o ./bin/vpc-analyzer ./cmd/analyzer
- name: Test
run: go test -v ./...