Skip to content

Bump actions/checkout from 2.7.0 to 4.2.1 #4

Bump actions/checkout from 2.7.0 to 4.2.1

Bump actions/checkout from 2.7.0 to 4.2.1 #4

Workflow file for this run

name: Coverage
# Skip job run if PR updated
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
coverage:
runs-on: ubuntu-latest
name: Coverage report
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Test coverage
uses: ./ # Uses an action in the root directory
with:
annotations: failed-tests
test-script: npm run test:coverage