Skip to content

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

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

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

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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: 1.26.x
- name: Tests
run: make test
- name: Send go coverage report
uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0
with:
path-to-profile: coverage.out