Skip to content

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 #70

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 #70

Workflow file for this run

name: Spell Check
on: [pull_request]
permissions:
contents: read
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
disable-telemetry: true
- name: Checkout Actions Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check spelling of entire workspace
uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4