Skip to content

Bump the actions-minor-updates group across 1 directory with 7 updates #1975

Bump the actions-minor-updates group across 1 directory with 7 updates

Bump the actions-minor-updates group across 1 directory with 7 updates #1975

Workflow file for this run

name: "Build"
on:
pull_request:
permissions: read-all
jobs:
Build:
name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21.0'
- name: Install libpcap-dev
run: sudo apt-get install -y libpcap-dev
- run: go build -o scheduler ./cmd/scheduler
- run: go build -o worker ./cmd/worker
- run: go build -o analyze ./cmd/analyze
- run: go build -o loader load.go
working-directory: function/loader
- run: go build -o staticanalyze staticanalyze.go
working-directory: sandboxes/staticanalysis