Skip to content

Bump the actions-minor-updates group with 5 updates #2000

Bump the actions-minor-updates group with 5 updates

Bump the actions-minor-updates group with 5 updates #2000

Workflow file for this run

name: "Build"
on:
pull_request:
permissions: read-all
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'go.mod'
- 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