Skip to content

chore(deps): bump step-security/harden-runner from 2.20.0 to 2.20.1 i… #2007

chore(deps): bump step-security/harden-runner from 2.20.0 to 2.20.1 i…

chore(deps): bump step-security/harden-runner from 2.20.0 to 2.20.1 i… #2007

Workflow file for this run

name: CI
on:
push:
branches: [main]
tags: ['**']
pull_request:
branches: [main]
merge_group:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
permissions:
contents: read
jobs:
go-check:
uses: netresearch/.github/.github/workflows/go-check.yml@main
with:
enable-smoke-fast-feedback: true
enable-fuzz: true
enable-license-check: true
enable-codecov: true
enable-test-results: true
enable-integration-tests: true
enable-e2e-tests: true
e2e-test-packages: ./e2e/...
coverage-threshold: 80.0
permissions:
contents: read
security-events: write
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}