Skip to content

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

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

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

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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.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