Skip to content

build(deps): bump the github-actions group with 8 updates #2995

build(deps): bump the github-actions group with 8 updates

build(deps): bump the github-actions group with 8 updates #2995

Workflow file for this run

name: Test
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
permissions: {}
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: 'stable'
- run: go test -coverprofile=coverage.txt -covermode=atomic -race ./...