Skip to content

chore: Bump github/codeql-action from 3.23.0 to 3.25.11 #86

chore: Bump github/codeql-action from 3.23.0 to 3.25.11

chore: Bump github/codeql-action from 3.23.0 to 3.25.11 #86

Workflow file for this run

name: Test
on:
push:
branches:
- main
- release-*
tags:
- v*
paths-ignore:
- "**.md"
pull_request:
branches:
- main
- release-*
paths-ignore:
- "**.md"
jobs:
unit-test:
name: Unit Test
runs-on: ubuntu-latest
timeout-minutes: 5
permissions: read-all
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.3.1
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Unit test
shell: bash
env:
CODECOV_OPTS: "-coverprofile=coverage.txt -covermode=atomic"
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4