Skip to content

Bump the actions-minor-updates group with 3 updates #1655

Bump the actions-minor-updates group with 3 updates

Bump the actions-minor-updates group with 3 updates #1655

Workflow file for this run

name: "Test"
on:
pull_request:
paths-ignore:
- '**.md'
permissions: read-all
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21.0'
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
- name: Install libpcap-dev
run: sudo apt-get install -y libpcap-dev
- name: Run tests
run: go test -v -skip "TestDownload/crates.io_rand_valid_version" ./...
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0