Skip to content

Bump actions/checkout from 4.1.7 to 4.2.2 #524

Bump actions/checkout from 4.1.7 to 4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2 #524

Workflow file for this run

name: unit-tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
name: unit-tests
runs-on: hugepage-runner
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.22.3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: make unit-test
run: make unit-test