Skip to content

chore(deps-dev): update step-security/harden-runner action to v2.12.0… #196

chore(deps-dev): update step-security/harden-runner action to v2.12.0…

chore(deps-dev): update step-security/harden-runner action to v2.12.0… #196

Workflow file for this run

name: main
on:
push:
branches:
- master
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: 1.24.x
- name: Tests
run: make test
- name: Send go coverage report
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
with:
path-to-profile: coverage.out