Skip to content

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.13.1 #140

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.13.1

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.13.1 #140

Workflow file for this run

name: tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test