Skip to content

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 #581

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 #581

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23
- run: make test