Skip to content

Bump the actions group with 3 updates (#656) #1374

Bump the actions group with 3 updates (#656)

Bump the actions group with 3 updates (#656) #1374

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: Build
run: make build-all
- name: Unit Tests
run: make unit-test