Skip to content

build(deps): bump brace-expansion from 1.1.12 to 1.1.13 in /docs #6959

build(deps): bump brace-expansion from 1.1.12 to 1.1.13 in /docs

build(deps): bump brace-expansion from 1.1.12 to 1.1.13 in /docs #6959

Workflow file for this run

name: Coverage
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: Test with Coverage
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: '1.25.7'
- name: tests
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Permify/permify