Skip to content

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

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

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

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
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@bd36f89fcd3424dcefd442894589e6ee572a59f2 # v1.28.1