Skip to content

Bump the actions-minor-updates group with 4 updates #2028

Bump the actions-minor-updates group with 4 updates

Bump the actions-minor-updates group with 4 updates #2028

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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.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