Skip to content

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

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

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

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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.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